启动:维护启动不通知remote
This commit is contained in:
@@ -207,7 +207,7 @@ async function treatStartLogic(app: _pinus.Application) {
|
||||
async function treatStartMainten(app: _pinus.Application) {
|
||||
if(app.getServerType() == 'systimer') {
|
||||
// 维护信息
|
||||
await timeTaskService.initMaintenance();
|
||||
await timeTaskService.initMaintenance(null, true);
|
||||
} else {
|
||||
await timeTaskService.initMaintenanaceInOtherServers();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user