shorter sync period

This commit is contained in:
Erik Winter 2022-10-20 14:15:34 +02:00
parent 6d1587e4ec
commit 1088fbac8b
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ func (r *Runner) refresher() {
}
func (r *Runner) backgroundSync() {
ticker := time.NewTicker(time.Minute)
ticker := time.NewTicker(5 * time.Second)
for {
<-ticker.C
r.requests <- screen.SyncTasksRequest{}