mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Fossil hybrids: Increase request timeout for big activity file downloads
This commit is contained in:
+1
-1
@@ -128,7 +128,7 @@ public class FossilWatchAdapter extends WatchAdapter {
|
|||||||
super(deviceSupport);
|
super(deviceSupport);
|
||||||
}
|
}
|
||||||
|
|
||||||
private final int REQUEST_TIMEOUT = 60 * 1000;
|
private final int REQUEST_TIMEOUT = 5 * 60 * 1000;
|
||||||
|
|
||||||
private Looper timeoutLooper = null;
|
private Looper timeoutLooper = null;
|
||||||
private Handler timeoutHandler;
|
private Handler timeoutHandler;
|
||||||
|
|||||||
Reference in New Issue
Block a user