Poll web gui more frequently

This commit is contained in:
Felix Ableitner 2017-09-04 16:16:37 +09:00
parent d8a872e592
commit 5741928324
1 changed files with 1 additions and 1 deletions

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
* to find out if it's online.
*/
private static final long WEB_GUI_POLL_INTERVAL = 100;
private static final long WEB_GUI_POLL_INTERVAL = 10;
private final OnSuccessListener mListener;
private final Handler mHandler = new Handler();