提交 e3bfd2c8 编写于 作者: S Sandeep Somavarapu

set auto sync delay to 5 minutes

上级 978ce822
......@@ -49,7 +49,7 @@ class AutoSyncUserData extends Disposable implements IWorkbenchContribution {
private loopAutoSync(): void {
this.autoSync()
.then(() => timeout(1000 * 10)) // every five minutes
.then(() => timeout(1000 * 60 * 5)) // every five minutes
.then(() => this.loopAutoSync());
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册