mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
tune back connect timeouts
This commit is contained in:
parent
f0f80b1340
commit
0163dd7e4d
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class AppConstants {
|
|||
public static final long API_BACKGROUND_BACKOFF_MILLIS = 5L * 60L * 1000L;
|
||||
|
||||
// timeouts for API calls, set to something more sane than the default of infinity
|
||||
public static final long API_CONN_TIMEOUT_SECONDS = 45L;
|
||||
public static final long API_CONN_TIMEOUT_SECONDS = 30L;
|
||||
public static final long API_READ_TIMEOUT_SECONDS = 120L;
|
||||
|
||||
// timeouts for image prefetching, which are a bit tighter, since they are only for caching
|
||||
|
|
Loading…
Add table
Reference in a new issue