mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-22 03:18:01 +00:00
updated config sync timing
This commit is contained in:
@@ -80,6 +80,7 @@ ul.nav-tabs(ngbNav, #nav='ngbNav')
|
|||||||
.form-line
|
.form-line
|
||||||
.header
|
.header
|
||||||
.title Sync automatically
|
.title Sync automatically
|
||||||
|
.description Automatically upload changes and check for updates every minute
|
||||||
|
|
||||||
toggle(
|
toggle(
|
||||||
[(ngModel)]='config.store.configSync.auto',
|
[(ngModel)]='config.store.configSync.auto',
|
||||||
|
@@ -173,7 +173,7 @@ export class ConfigSyncService {
|
|||||||
this.lastRemoteChange = new Date(cfg.modified_at)
|
this.lastRemoteChange = new Date(cfg.modified_at)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
await new Promise(resolve => setTimeout(resolve, 5000))
|
await new Promise(resolve => setTimeout(resolve, 60000))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user