mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 15:20:56 +00:00
fb7264a663
Also, use upstream library, as my changes have been merged.
49 lines
2.4 KiB
XML
49 lines
2.4 KiB
XML
<configuration version="14">
|
|
<options>
|
|
<listenAddress>tcp://:23000</listenAddress>
|
|
<allowDelete>false</allowDelete>
|
|
<globalAnnounceServer>udp4://syncthing.nym.se:22026</globalAnnounceServer>
|
|
<globalAnnounceEnabled>false</globalAnnounceEnabled>
|
|
<localAnnounceEnabled>false</localAnnounceEnabled>
|
|
<localAnnouncePort>42123</localAnnouncePort>
|
|
<localAnnounceMCAddr>quux:3232</localAnnounceMCAddr>
|
|
<parallelRequests>32</parallelRequests>
|
|
<maxSendKbps>1234</maxSendKbps>
|
|
<maxRecvKbps>2341</maxRecvKbps>
|
|
<reconnectionIntervalS>6000</reconnectionIntervalS>
|
|
<relaysEnabled>false</relaysEnabled>
|
|
<relayReconnectIntervalM>20</relayReconnectIntervalM>
|
|
<relayWithoutGlobalAnn>true</relayWithoutGlobalAnn>
|
|
<startBrowser>false</startBrowser>
|
|
<natEnabled>false</natEnabled>
|
|
<natLeaseMinutes>90</natLeaseMinutes>
|
|
<natRenewalMinutes>15</natRenewalMinutes>
|
|
<natTimeoutSeconds>15</natTimeoutSeconds>
|
|
<restartOnWakeup>false</restartOnWakeup>
|
|
<autoUpgradeIntervalH>24</autoUpgradeIntervalH>
|
|
<keepTemporariesH>48</keepTemporariesH>
|
|
<cacheIgnoredFiles>true</cacheIgnoredFiles>
|
|
<progressUpdateIntervalS>10</progressUpdateIntervalS>
|
|
<symlinksEnabled>false</symlinksEnabled>
|
|
<limitBandwidthInLan>true</limitBandwidthInLan>
|
|
<databaseBlockCacheMiB>42</databaseBlockCacheMiB>
|
|
<minHomeDiskFreePct>5.2</minHomeDiskFreePct>
|
|
<urURL>https://localhost/newdata</urURL>
|
|
<urInitialDelayS>800</urInitialDelayS>
|
|
<urPostInsecurely>true</urPostInsecurely>
|
|
<releasesURL>https://localhost/releases</releasesURL>
|
|
<overwriteRemoteDeviceNamesOnConnect>true</overwriteRemoteDeviceNamesOnConnect>
|
|
<tempIndexMinBlocks>100</tempIndexMinBlocks>
|
|
<weakHashSelectionMethod>never</weakHashSelectionMethod>
|
|
<stunKeepaliveSeconds>10</stunKeepaliveSeconds>
|
|
<stunServer>a.stun.com</stunServer>
|
|
<stunServer>b.stun.com</stunServer>
|
|
<kcpCongestionControl>false</kcpCongestionControl>
|
|
<kcpReceiveWindowSize>1280</kcpReceiveWindowSize>
|
|
<kcpSendWindowSize>1280</kcpSendWindowSize>
|
|
<kcpUpdateIntervalMs>1000</kcpUpdateIntervalMs>
|
|
<kcpFastResend>true</kcpFastResend>
|
|
<defaultFolderPath>/media/syncthing</defaultFolderPath>
|
|
</options>
|
|
</configuration>
|