diff options
author | lassulus <lassulus@lassul.us> | 2019-03-23 16:04:50 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-03-23 16:04:50 +0100 |
commit | 67ca249e33e977a83b54b21ad7c717e3eaa38d84 (patch) | |
tree | 33d5a4cdbea7e617e2a9fede86cd82178fe33b53 /krebs/3modules/syncthing.nix | |
parent | 86150b31f20772c761dac2ce76862928bcc07537 (diff) |
syncthing: increase rescanInterval to track upstream
Diffstat (limited to 'krebs/3modules/syncthing.nix')
-rw-r--r-- | krebs/3modules/syncthing.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |