1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-23 11:21:29 +00:00

Revert "Poll web gui more frequently"

This reverts commit 5741928324.
This commit is contained in:
Felix Ableitner 2017-09-27 09:43:45 +09:00
parent 3e85a5c182
commit 9ca1c8acd5

View file

@ -20,7 +20,7 @@ public class PollWebGuiAvailableTask extends ApiRequest {
* Interval in ms, at which connections to the web gui are performed on first start * Interval in ms, at which connections to the web gui are performed on first start
* to find out if it's online. * 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 OnSuccessListener mListener;
private final Handler mHandler = new Handler(); private final Handler mHandler = new Handler();