Update default Syncthing port

This commit is contained in:
Lode Hoste 2015-03-27 16:54:01 +01:00
parent ee0ff1c5ca
commit 593a36af55
2 changed files with 1 additions and 18 deletions

View File

@ -1,17 +0,0 @@
<configuration version="2">
<gui enabled="true">
<address>127.0.0.1:8080</address>
</gui>
<options>
<listenAddress>0.0.0.0:22000</listenAddress>
<globalAnnounceServer>194.126.249.5:22026</globalAnnounceServer>
<globalAnnounceEnabled>true</globalAnnounceEnabled>
<localAnnounceEnabled>true</localAnnounceEnabled>
<parallelRequests>16</parallelRequests>
<maxSendKbps>0</maxSendKbps>
<reconnectionIntervalS>60</reconnectionIntervalS>
<maxChangeKbps>1000</maxChangeKbps>
<startBrowser>false</startBrowser>
<upnpEnabled>true</upnpEnabled>
</options>
</configuration>

View File

@ -28,7 +28,7 @@ public abstract class PollWebGuiAvailableTask extends AsyncTask<String, Void, Vo
private static final long WEB_GUI_POLL_INTERVAL = 100;
/**
* @param url The URL of the web GUI (eg 127.0.0.1:8080).
* @param url The URL of the web GUI (eg 127.0.0.1:8384).
*/
@Override
protected Void doInBackground(String... url) {