syncthing/lib/config/testdata/overridenvalues.xml

39 lines
1.8 KiB
XML
Raw Normal View History

<configuration version="13">
2014-09-06 14:54:49 +02:00
<options>
<listenAddress>tcp://:23000</listenAddress>
2014-09-06 14:54:49 +02:00
<allowDelete>false</allowDelete>
2015-08-09 11:46:28 +02:00
<globalAnnounceServer>udp4://syncthing.nym.se:22026</globalAnnounceServer>
2014-09-06 14:54:49 +02:00
<globalAnnounceEnabled>false</globalAnnounceEnabled>
<localAnnounceEnabled>false</localAnnounceEnabled>
<localAnnouncePort>42123</localAnnouncePort>
<localAnnounceMCAddr>quux:3232</localAnnounceMCAddr>
<parallelRequests>32</parallelRequests>
<maxSendKbps>1234</maxSendKbps>
<maxRecvKbps>2341</maxRecvKbps>
2014-09-06 14:54:49 +02:00
<reconnectionIntervalS>6000</reconnectionIntervalS>
2015-07-24 21:07:26 +02:00
<relaysEnabled>false</relaysEnabled>
2015-06-28 22:09:03 +02:00
<relayReconnectIntervalM>20</relayReconnectIntervalM>
<relayWithoutGlobalAnn>true</relayWithoutGlobalAnn>
2014-09-06 14:54:49 +02:00
<startBrowser>false</startBrowser>
<natEnabled>false</natEnabled>
<natLeaseMinutes>90</natLeaseMinutes>
<natRenewalMinutes>15</natRenewalMinutes>
<natTimeoutSeconds>15</natTimeoutSeconds>
<restartOnWakeup>false</restartOnWakeup>
<autoUpgradeIntervalH>24</autoUpgradeIntervalH>
2014-10-04 00:15:54 +02:00
<keepTemporariesH>48</keepTemporariesH>
<cacheIgnoredFiles>true</cacheIgnoredFiles>
<progressUpdateIntervalS>10</progressUpdateIntervalS>
2014-12-01 11:26:54 +01:00
<symlinksEnabled>false</symlinksEnabled>
<limitBandwidthInLan>true</limitBandwidthInLan>
<databaseBlockCacheMiB>42</databaseBlockCacheMiB>
<minHomeDiskFreePct>5.2</minHomeDiskFreePct>
<urURL>https://localhost/newdata</urURL>
<urInitialDelayS>800</urInitialDelayS>
<urPostInsecurely>true</urPostInsecurely>
2015-09-10 14:16:44 +02:00
<releasesURL>https://localhost/releases</releasesURL>
<overwriteNames>true</overwriteNames>
<tempIndexMinBlocks>100</tempIndexMinBlocks>
2014-09-06 14:54:49 +02:00
</options>
</configuration>