/
githubmirror
/
syncthing
Обзор
Документация
Войти
/
githubmirror
/
syncthing
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lib/config/testdata/overridenvalues.xml
95 строк
5 KB
Jakob Borg
chore: remove ignore file caching entirely (#10813)
25 июл 2026, 10:43
Не верифицирован
25 июл 2026, 10:43
b15ff42
Код
Авторство
О чём код?
<configuration version="52"> <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> <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> <auditEnabled>true</auditEnabled> <auditFile>nggyu</auditFile> <connectionPriorityTcpLan>40</connectionPriorityTcpLan> <connectionPriorityQuicLan>45</connectionPriorityQuicLan> <connectionPriorityTcpWan>50</connectionPriorityTcpWan> <connectionPriorityQuicWan>55</connectionPriorityQuicWan> <connectionPriorityRelay>9000</connectionPriorityRelay> </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> <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>