aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2023-11-13 13:51:15 +0100
committerJakob Borg <jakob@kastelo.net>2023-11-13 13:51:17 +0100
commit0f8dc6c1d3820275c06a0b38ec73adbcc4fd64aa (patch)
treeb8158a5075f5e18f4fd542623ac6cd48c679ebc0 /test
parent8ae9db3b2d43c68bb4af7f49ebf9004e0dce93e1 (diff)
downloadsyncthing-0f8dc6c1d3820275c06a0b38ec73adbcc4fd64aa.tar.gz
syncthing-0f8dc6c1d3820275c06a0b38ec73adbcc4fd64aa.zip
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.
Diffstat (limited to 'test')
-rw-r--r--test/h1/config.xml4
-rw-r--r--test/h2/config.xml12
2 files changed, 8 insertions, 8 deletions
diff --git a/test/h1/config.xml b/test/h1/config.xml
index 80c02b902..c55cc5349 100644
--- a/test/h1/config.xml
+++ b/test/h1/config.xml
@@ -1,6 +1,6 @@
<configuration version="37">
- <folder id="default" label="" path="s1?files=10000" type="sendreceive" rescanIntervalS="3600" fsWatcherEnabled="false" fsWatcherDelayS="10" ignorePerms="false" autoNormalize="true">
- <filesystemType>fake</filesystemType>
+ <folder id="default" label="" path="s1" type="sendreceive" rescanIntervalS="60" fsWatcherEnabled="false" fsWatcherDelayS="10" ignorePerms="false" autoNormalize="true">
+ <filesystemType>basic</filesystemType>
<device id="I6KAH76-66SLLLB-5PFXSOA-UFJCDZC-YAOMLEK-CP2GB32-BV5RQST-3PSROAU" introducedBy="">
<encryptionPassword></encryptionPassword>
</device>
diff --git a/test/h2/config.xml b/test/h2/config.xml
index f98bd751a..8a2e1ab9b 100644
--- a/test/h2/config.xml
+++ b/test/h2/config.xml
@@ -1,6 +1,6 @@
<configuration version="37">
- <folder id="default" label="" path="s2" type="sendreceive" rescanIntervalS="3600" fsWatcherEnabled="false" fsWatcherDelayS="10" ignorePerms="false" autoNormalize="true">
- <filesystemType>fake</filesystemType>
+ <folder id="default" label="" path="s2" type="sendreceive" rescanIntervalS="60" fsWatcherEnabled="false" fsWatcherDelayS="10" ignorePerms="false" autoNormalize="true">
+ <filesystemType>basic</filesystemType>
<device id="I6KAH76-66SLLLB-5PFXSOA-UFJCDZC-YAOMLEK-CP2GB32-BV5RQST-3PSROAU" introducedBy="">
<encryptionPassword></encryptionPassword>
</device>
@@ -48,8 +48,8 @@
<address>quic://127.0.0.1:22001</address>
<paused>false</paused>
<autoAcceptFolders>false</autoAcceptFolders>
- <maxSendKbps>800</maxSendKbps>
- <maxRecvKbps>800</maxRecvKbps>
+ <maxSendKbps>0</maxSendKbps>
+ <maxRecvKbps>0</maxRecvKbps>
<maxRequestKiB>0</maxRequestKiB>
<untrusted>false</untrusted>
<remoteGUIPort>0</remoteGUIPort>
@@ -80,8 +80,8 @@
<localAnnounceEnabled>true</localAnnounceEnabled>
<localAnnouncePort>21027</localAnnouncePort>
<localAnnounceMCAddr>[ff12::8384]:21027</localAnnounceMCAddr>
- <maxSendKbps>1000</maxSendKbps>
- <maxRecvKbps>1000</maxRecvKbps>
+ <maxSendKbps>0</maxSendKbps>
+ <maxRecvKbps>0</maxRecvKbps>
<reconnectionIntervalS>5</reconnectionIntervalS>
<relaysEnabled>true</relaysEnabled>
<relayReconnectIntervalM>10</relayReconnectIntervalM>