diff --git a/cmd/syncthing/monitor.go b/cmd/syncthing/monitor.go index 7a443e52..1fa10174 100644 --- a/cmd/syncthing/monitor.go +++ b/cmd/syncthing/monitor.go @@ -38,8 +38,8 @@ var ( ) const ( - countRestarts = 5 - loopThreshold = 15 * time.Second + countRestarts = 4 + loopThreshold = 60 * time.Second ) func monitorMain() {