mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-23 12:51:16 +00:00
Merge pull request #314 from Zillode/update-default-port
Update default Syncthing port
This commit is contained in:
commit
20853259c5
2 changed files with 1 additions and 18 deletions
|
@ -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>
|
|
|
@ -28,7 +28,7 @@ public abstract class PollWebGuiAvailableTask extends AsyncTask<String, Void, Vo
|
||||||
private static final long WEB_GUI_POLL_INTERVAL = 100;
|
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
|
@Override
|
||||||
protected Void doInBackground(String... url) {
|
protected Void doInBackground(String... url) {
|
||||||
|
|
Loading…
Reference in a new issue