mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-23 11:21:29 +00:00
parent
3e85a5c182
commit
9ca1c8acd5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public class PollWebGuiAvailableTask extends ApiRequest {
|
|||
* Interval in ms, at which connections to the web gui are performed on first start
|
||||
* to find out if it's online.
|
||||
*/
|
||||
private static final long WEB_GUI_POLL_INTERVAL = 10;
|
||||
private static final long WEB_GUI_POLL_INTERVAL = 100;
|
||||
|
||||
private final OnSuccessListener mListener;
|
||||
private final Handler mHandler = new Handler();
|
||||
|
|
Loading…
Reference in a new issue