syncthing: increase rescanInterval to track upstream

This commit is contained in:
lassulus 2019-03-23 16:04:50 +01:00
parent 86150b31f2
commit 67ca249e33

View File

@ -97,7 +97,7 @@ in
rescanInterval = mkOption {
type = types.int;
default = 60;
default = 3600;
};
type = mkOption {