mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-28 22:01:31 +00:00
18 lines
630 B
XML
18 lines
630 B
XML
<configuration version="2">
|
|
<gui enabled="true">
|
|
<address>127.0.0.1:8080</address>
|
|
</gui>
|
|
<options>
|
|
<listenAddress>:22000</listenAddress>
|
|
<globalAnnounceServer>announce.syncthing.net:22025</globalAnnounceServer>
|
|
<globalAnnounceEnabled>true</globalAnnounceEnabled>
|
|
<localAnnounceEnabled>true</localAnnounceEnabled>
|
|
<parallelRequests>16</parallelRequests>
|
|
<maxSendKbps>0</maxSendKbps>
|
|
<rescanIntervalS>60</rescanIntervalS>
|
|
<reconnectionIntervalS>60</reconnectionIntervalS>
|
|
<maxChangeKbps>1000</maxChangeKbps>
|
|
<startBrowser>false</startBrowser>
|
|
<upnpEnabled>true</upnpEnabled>
|
|
</options>
|
|
</configuration>
|