lib/config: Disable cacheIgnoredFiles, new default is disabled
This commit is contained in:
committed by
Audrius Butkevicius
parent
7b4e1e9055
commit
a4f0b85462
6
lib/config/testdata/overridenvalues.xml
vendored
6
lib/config/testdata/overridenvalues.xml
vendored
@@ -1,6 +1,6 @@
|
||||
<configuration version="11">
|
||||
<configuration version="13">
|
||||
<options>
|
||||
<listenAddress>:23000</listenAddress>
|
||||
<listenAddress>tcp://:23000</listenAddress>
|
||||
<allowDelete>false</allowDelete>
|
||||
<globalAnnounceServer>udp4://syncthing.nym.se:22026</globalAnnounceServer>
|
||||
<globalAnnounceEnabled>false</globalAnnounceEnabled>
|
||||
@@ -24,7 +24,7 @@
|
||||
<restartOnWakeup>false</restartOnWakeup>
|
||||
<autoUpgradeIntervalH>24</autoUpgradeIntervalH>
|
||||
<keepTemporariesH>48</keepTemporariesH>
|
||||
<cacheIgnoredFiles>false</cacheIgnoredFiles>
|
||||
<cacheIgnoredFiles>true</cacheIgnoredFiles>
|
||||
<progressUpdateIntervalS>10</progressUpdateIntervalS>
|
||||
<symlinksEnabled>false</symlinksEnabled>
|
||||
<limitBandwidthInLan>true</limitBandwidthInLan>
|
||||
|
||||
Reference in New Issue
Block a user