overridenvalues.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <configuration version="31">
  2. <options>
  3. <listenAddress>tcp://:23000</listenAddress>
  4. <allowDelete>false</allowDelete>
  5. <globalAnnounceServer>udp4://syncthing.nym.se:22026</globalAnnounceServer>
  6. <globalAnnounceEnabled>false</globalAnnounceEnabled>
  7. <localAnnounceEnabled>false</localAnnounceEnabled>
  8. <localAnnouncePort>42123</localAnnouncePort>
  9. <localAnnounceMCAddr>quux:3232</localAnnounceMCAddr>
  10. <parallelRequests>32</parallelRequests>
  11. <maxSendKbps>1234</maxSendKbps>
  12. <maxRecvKbps>2341</maxRecvKbps>
  13. <reconnectionIntervalS>6000</reconnectionIntervalS>
  14. <relaysEnabled>false</relaysEnabled>
  15. <relayReconnectIntervalM>20</relayReconnectIntervalM>
  16. <relayWithoutGlobalAnn>true</relayWithoutGlobalAnn>
  17. <startBrowser>false</startBrowser>
  18. <natEnabled>false</natEnabled>
  19. <natLeaseMinutes>90</natLeaseMinutes>
  20. <natRenewalMinutes>15</natRenewalMinutes>
  21. <natTimeoutSeconds>15</natTimeoutSeconds>
  22. <restartOnWakeup>false</restartOnWakeup>
  23. <autoUpgradeIntervalH>24</autoUpgradeIntervalH>
  24. <keepTemporariesH>48</keepTemporariesH>
  25. <cacheIgnoredFiles>true</cacheIgnoredFiles>
  26. <progressUpdateIntervalS>10</progressUpdateIntervalS>
  27. <symlinksEnabled>false</symlinksEnabled>
  28. <limitBandwidthInLan>true</limitBandwidthInLan>
  29. <databaseBlockCacheMiB>42</databaseBlockCacheMiB>
  30. <minHomeDiskFree unit="%">5.2</minHomeDiskFree>
  31. <urURL>https://localhost/newdata</urURL>
  32. <urSeen>8</urSeen>
  33. <urAccepted>4</urAccepted>
  34. <urInitialDelayS>800</urInitialDelayS>
  35. <urPostInsecurely>true</urPostInsecurely>
  36. <releasesURL>https://localhost/releases</releasesURL>
  37. <overwriteRemoteDeviceNamesOnConnect>true</overwriteRemoteDeviceNamesOnConnect>
  38. <tempIndexMinBlocks>100</tempIndexMinBlocks>
  39. <defaultFolderPath>/media/syncthing</defaultFolderPath>
  40. <setLowPriority>false</setLowPriority>
  41. <crashReportingURL>https://localhost/newcrash</crashReportingURL>
  42. <crashReportingEnabled>false</crashReportingEnabled>
  43. <stunKeepaliveStartS>9000</stunKeepaliveStartS>
  44. <stunKeepaliveMinS>900</stunKeepaliveMinS>
  45. <stunServer>foo</stunServer>
  46. <unackedNotificationID>asdfasdf</unackedNotificationID>
  47. <announceLANAddresses>false</announceLANAddresses>
  48. </options>
  49. </configuration>