mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-27 10:42:35 +03:00
updated config sync timing
This commit is contained in:
parent
744e731a22
commit
ae8c0128cb
@ -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))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user