mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-22 02:48:59 +00:00
test: Update testing configs
Somewhere along the way I snuck in a change to the test configs that is quite annoying. This reverts that back to the more usual setup it was before.
This commit is contained in:
parent
8ae9db3b2d
commit
0f8dc6c1d3
@ -1,6 +1,6 @@
|
|||||||
<configuration version="37">
|
<configuration version="37">
|
||||||
<folder id="default" label="" path="s1?files=10000" type="sendreceive" rescanIntervalS="3600" fsWatcherEnabled="false" fsWatcherDelayS="10" ignorePerms="false" autoNormalize="true">
|
<folder id="default" label="" path="s1" type="sendreceive" rescanIntervalS="60" fsWatcherEnabled="false" fsWatcherDelayS="10" ignorePerms="false" autoNormalize="true">
|
||||||
<filesystemType>fake</filesystemType>
|
<filesystemType>basic</filesystemType>
|
||||||
<device id="I6KAH76-66SLLLB-5PFXSOA-UFJCDZC-YAOMLEK-CP2GB32-BV5RQST-3PSROAU" introducedBy="">
|
<device id="I6KAH76-66SLLLB-5PFXSOA-UFJCDZC-YAOMLEK-CP2GB32-BV5RQST-3PSROAU" introducedBy="">
|
||||||
<encryptionPassword></encryptionPassword>
|
<encryptionPassword></encryptionPassword>
|
||||||
</device>
|
</device>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<configuration version="37">
|
<configuration version="37">
|
||||||
<folder id="default" label="" path="s2" type="sendreceive" rescanIntervalS="3600" fsWatcherEnabled="false" fsWatcherDelayS="10" ignorePerms="false" autoNormalize="true">
|
<folder id="default" label="" path="s2" type="sendreceive" rescanIntervalS="60" fsWatcherEnabled="false" fsWatcherDelayS="10" ignorePerms="false" autoNormalize="true">
|
||||||
<filesystemType>fake</filesystemType>
|
<filesystemType>basic</filesystemType>
|
||||||
<device id="I6KAH76-66SLLLB-5PFXSOA-UFJCDZC-YAOMLEK-CP2GB32-BV5RQST-3PSROAU" introducedBy="">
|
<device id="I6KAH76-66SLLLB-5PFXSOA-UFJCDZC-YAOMLEK-CP2GB32-BV5RQST-3PSROAU" introducedBy="">
|
||||||
<encryptionPassword></encryptionPassword>
|
<encryptionPassword></encryptionPassword>
|
||||||
</device>
|
</device>
|
||||||
@ -48,8 +48,8 @@
|
|||||||
<address>quic://127.0.0.1:22001</address>
|
<address>quic://127.0.0.1:22001</address>
|
||||||
<paused>false</paused>
|
<paused>false</paused>
|
||||||
<autoAcceptFolders>false</autoAcceptFolders>
|
<autoAcceptFolders>false</autoAcceptFolders>
|
||||||
<maxSendKbps>800</maxSendKbps>
|
<maxSendKbps>0</maxSendKbps>
|
||||||
<maxRecvKbps>800</maxRecvKbps>
|
<maxRecvKbps>0</maxRecvKbps>
|
||||||
<maxRequestKiB>0</maxRequestKiB>
|
<maxRequestKiB>0</maxRequestKiB>
|
||||||
<untrusted>false</untrusted>
|
<untrusted>false</untrusted>
|
||||||
<remoteGUIPort>0</remoteGUIPort>
|
<remoteGUIPort>0</remoteGUIPort>
|
||||||
@ -80,8 +80,8 @@
|
|||||||
<localAnnounceEnabled>true</localAnnounceEnabled>
|
<localAnnounceEnabled>true</localAnnounceEnabled>
|
||||||
<localAnnouncePort>21027</localAnnouncePort>
|
<localAnnouncePort>21027</localAnnouncePort>
|
||||||
<localAnnounceMCAddr>[ff12::8384]:21027</localAnnounceMCAddr>
|
<localAnnounceMCAddr>[ff12::8384]:21027</localAnnounceMCAddr>
|
||||||
<maxSendKbps>1000</maxSendKbps>
|
<maxSendKbps>0</maxSendKbps>
|
||||||
<maxRecvKbps>1000</maxRecvKbps>
|
<maxRecvKbps>0</maxRecvKbps>
|
||||||
<reconnectionIntervalS>5</reconnectionIntervalS>
|
<reconnectionIntervalS>5</reconnectionIntervalS>
|
||||||
<relaysEnabled>true</relaysEnabled>
|
<relaysEnabled>true</relaysEnabled>
|
||||||
<relayReconnectIntervalM>10</relayReconnectIntervalM>
|
<relayReconnectIntervalM>10</relayReconnectIntervalM>
|
||||||
|
Loading…
Reference in New Issue
Block a user