overridenvalues.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <configuration version="34">
  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. <setLowPriority>false</setLowPriority>
  40. <crashReportingURL>https://localhost/newcrash</crashReportingURL>
  41. <crashReportingEnabled>false</crashReportingEnabled>
  42. <stunKeepaliveStartS>9000</stunKeepaliveStartS>
  43. <stunKeepaliveMinS>900</stunKeepaliveMinS>
  44. <stunServer>foo</stunServer>
  45. <unackedNotificationID>asdfasdf</unackedNotificationID>
  46. <announceLANAddresses>false</announceLANAddresses>
  47. <featureFlag>feature</featureFlag>
  48. </options>
  49. <defaults>
  50. <folder id="" label="" path="/media/syncthing" type="sendreceive" rescanIntervalS="3600" fsWatcherEnabled="true" fsWatcherDelayS="10" ignorePerms="false" autoNormalize="true">
  51. <filesystemType>basic</filesystemType>
  52. <minDiskFree unit="%">1</minDiskFree>
  53. <versioning type="trashcan">
  54. <param key="cleanoutDays" val="0"></param>
  55. <cleanupIntervalS>3600</cleanupIntervalS>
  56. </versioning>
  57. <copiers>0</copiers>
  58. <pullerMaxPendingKiB>0</pullerMaxPendingKiB>
  59. <hashers>0</hashers>
  60. <order>random</order>
  61. <ignoreDelete>false</ignoreDelete>
  62. <scanProgressIntervalS>0</scanProgressIntervalS>
  63. <pullerPauseS>0</pullerPauseS>
  64. <maxConflicts>10</maxConflicts>
  65. <disableSparseFiles>false</disableSparseFiles>
  66. <disableTempIndexes>false</disableTempIndexes>
  67. <paused>false</paused>
  68. <weakHashThresholdPct>25</weakHashThresholdPct>
  69. <markerName>.stfolder</markerName>
  70. <copyOwnershipFromParent>false</copyOwnershipFromParent>
  71. <modTimeWindowS>0</modTimeWindowS>
  72. <maxConcurrentWrites>2</maxConcurrentWrites>
  73. <disableFsync>false</disableFsync>
  74. <blockPullOrder>standard</blockPullOrder>
  75. <copyRangeMethod>standard</copyRangeMethod>
  76. <caseSensitiveFS>false</caseSensitiveFS>
  77. <junctionsAsDirs>false</junctionsAsDirs>
  78. </folder>
  79. <device id="" compression="metadata" introducer="false" skipIntroductionRemovals="false" introducedBy="">
  80. <address>dynamic</address>
  81. <paused>false</paused>
  82. <autoAcceptFolders>false</autoAcceptFolders>
  83. <maxSendKbps>0</maxSendKbps>
  84. <maxRecvKbps>0</maxRecvKbps>
  85. <maxRequestKiB>0</maxRequestKiB>
  86. <untrusted>false</untrusted>
  87. <remoteGUIPort>0</remoteGUIPort>
  88. </device>
  89. </defaults>
  90. </configuration>