Scan one folder at a time for Syncthing
This commit is contained in:
parent
0f5fc5529b
commit
3d09831ef9
|
@ -7,6 +7,7 @@
|
||||||
guiAddress = "0.0.0.0:8384";
|
guiAddress = "0.0.0.0:8384";
|
||||||
dataDir = "/vault/syncthing";
|
dataDir = "/vault/syncthing";
|
||||||
key = config.age.secrets.syncthing.path;
|
key = config.age.secrets.syncthing.path;
|
||||||
|
extraOptions = { options.maxFolderConcurrency = 1; };
|
||||||
devices = {
|
devices = {
|
||||||
panacea.id =
|
panacea.id =
|
||||||
"NF4SYEJ-RSGPDEF-CDEYC3A-JWZMKNC-KG4FVQP-CZ5HRFY-XM22BZD-N7B6VAH";
|
"NF4SYEJ-RSGPDEF-CDEYC3A-JWZMKNC-KG4FVQP-CZ5HRFY-XM22BZD-N7B6VAH";
|
||||||
|
|
Loading…
Reference in New Issue