syncthing: increase rescanInterval to track upstream
This commit is contained in:
parent
86150b31f2
commit
67ca249e33
@ -97,7 +97,7 @@ in
|
|||||||
|
|
||||||
rescanInterval = mkOption {
|
rescanInterval = mkOption {
|
||||||
type = types.int;
|
type = types.int;
|
||||||
default = 60;
|
default = 3600;
|
||||||
};
|
};
|
||||||
|
|
||||||
type = mkOption {
|
type = mkOption {
|
||||||
|
Loading…
Reference in New Issue
Block a user