1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Tweak watchdog

This commit is contained in:
Frédéric Guillot 2021-05-22 20:25:38 -07:00
parent c4a56105ca
commit 012eb61c52
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ func startDaemon(store *storage.Storage) {
systemd.SdNotify(systemd.SdNotifyWatchdog)
}
time.Sleep(interval / 2)
time.Sleep(interval / 3)
}
}()
}