mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 07:11:08 +00:00
91 lines
4.4 KiB
XML
91 lines
4.4 KiB
XML
<configuration version="34">
|
|
<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>
|
|
<minHomeDiskFree unit="%">5.2</minHomeDiskFree>
|
|
<urURL>https://localhost/newdata</urURL>
|
|
<urSeen>8</urSeen>
|
|
<urAccepted>4</urAccepted>
|
|
<urInitialDelayS>800</urInitialDelayS>
|
|
<urPostInsecurely>true</urPostInsecurely>
|
|
<releasesURL>https://localhost/releases</releasesURL>
|
|
<overwriteRemoteDeviceNamesOnConnect>true</overwriteRemoteDeviceNamesOnConnect>
|
|
<tempIndexMinBlocks>100</tempIndexMinBlocks>
|
|
<setLowPriority>false</setLowPriority>
|
|
<crashReportingURL>https://localhost/newcrash</crashReportingURL>
|
|
<crashReportingEnabled>false</crashReportingEnabled>
|
|
<stunKeepaliveStartS>9000</stunKeepaliveStartS>
|
|
<stunKeepaliveMinS>900</stunKeepaliveMinS>
|
|
<stunServer>foo</stunServer>
|
|
<unackedNotificationID>asdfasdf</unackedNotificationID>
|
|
<announceLANAddresses>false</announceLANAddresses>
|
|
<featureFlag>feature</featureFlag>
|
|
</options>
|
|
<defaults>
|
|
<folder id="" label="" path="/media/syncthing" type="sendreceive" rescanIntervalS="3600" fsWatcherEnabled="true" fsWatcherDelayS="10" ignorePerms="false" autoNormalize="true">
|
|
<filesystemType>basic</filesystemType>
|
|
<minDiskFree unit="%">1</minDiskFree>
|
|
<versioning type="trashcan">
|
|
<param key="cleanoutDays" val="0"></param>
|
|
<cleanupIntervalS>3600</cleanupIntervalS>
|
|
</versioning>
|
|
<copiers>0</copiers>
|
|
<pullerMaxPendingKiB>0</pullerMaxPendingKiB>
|
|
<hashers>0</hashers>
|
|
<order>random</order>
|
|
<ignoreDelete>false</ignoreDelete>
|
|
<scanProgressIntervalS>0</scanProgressIntervalS>
|
|
<pullerPauseS>0</pullerPauseS>
|
|
<maxConflicts>10</maxConflicts>
|
|
<disableSparseFiles>false</disableSparseFiles>
|
|
<disableTempIndexes>false</disableTempIndexes>
|
|
<paused>false</paused>
|
|
<weakHashThresholdPct>25</weakHashThresholdPct>
|
|
<markerName>.stfolder</markerName>
|
|
<copyOwnershipFromParent>false</copyOwnershipFromParent>
|
|
<modTimeWindowS>0</modTimeWindowS>
|
|
<maxConcurrentWrites>2</maxConcurrentWrites>
|
|
<disableFsync>false</disableFsync>
|
|
<blockPullOrder>standard</blockPullOrder>
|
|
<copyRangeMethod>standard</copyRangeMethod>
|
|
<caseSensitiveFS>false</caseSensitiveFS>
|
|
<junctionsAsDirs>false</junctionsAsDirs>
|
|
</folder>
|
|
<device id="" compression="metadata" introducer="false" skipIntroductionRemovals="false" introducedBy="">
|
|
<address>dynamic</address>
|
|
<paused>false</paused>
|
|
<autoAcceptFolders>false</autoAcceptFolders>
|
|
<maxSendKbps>0</maxSendKbps>
|
|
<maxRecvKbps>0</maxRecvKbps>
|
|
<maxRequestKiB>0</maxRequestKiB>
|
|
<untrusted>false</untrusted>
|
|
<remoteGUIPort>0</remoteGUIPort>
|
|
</device>
|
|
</defaults>
|
|
</configuration>
|