关闭延迟初始化

This commit is contained in:
董宏宇
2021-02-23 18:35:46 +08:00
parent a1bbff6665
commit bba3e1eba6

View File

@@ -163,7 +163,7 @@ public class MogoApplication extends AbsMogoApplication {
protected void init() {
super.init();
final IMogoServiceApis apis = MogoApisHandler.getInstance().getApis();
prepareBaseService( apis, 2_000L );
prepareBaseService( apis, 0L );
}
@Override