updated config sync timing

上级 744e731a
......@@ -80,6 +80,7 @@ ul.nav-tabs(ngbNav, #nav='ngbNav')
.form-line
.header
.title Sync automatically
.description Automatically upload changes and check for updates every minute
toggle(
[(ngModel)]='config.store.configSync.auto',
......
......@@ -173,7 +173,7 @@ export class ConfigSyncService {
this.lastRemoteChange = new Date(cfg.modified_at)
}
}
await new Promise(resolve => setTimeout(resolve, 5000))
await new Promise(resolve => setTimeout(resolve, 60000))
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册