From 67ca249e33e977a83b54b21ad7c717e3eaa38d84 Mon Sep 17 00:00:00 2001
From: lassulus <lassulus@lassul.us>
Date: Sat, 23 Mar 2019 16:04:50 +0100
Subject: [PATCH] syncthing: increase rescanInterval to track upstream

---
 krebs/3modules/syncthing.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/krebs/3modules/syncthing.nix b/krebs/3modules/syncthing.nix
index e7f95f7fc..3c60eec4b 100644
--- a/krebs/3modules/syncthing.nix
+++ b/krebs/3modules/syncthing.nix
@@ -97,7 +97,7 @@ in
 
           rescanInterval = mkOption {
             type = types.int;
-            default = 60;
+            default = 3600;
           };
 
           type = mkOption {