diff options
| -rw-r--r-- | mullvad-daemon/src/relays.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-daemon/src/relays.rs b/mullvad-daemon/src/relays.rs index fb60f985ba..ca0cf4bd05 100644 --- a/mullvad-daemon/src/relays.rs +++ b/mullvad-daemon/src/relays.rs @@ -25,7 +25,7 @@ use rand::{self, Rng, ThreadRng}; use tokio_timer::{TimeoutError, Timer}; const RELAYS_FILENAME: &str = "relays.json"; -const DOWNLOAD_TIMEOUT: Duration = Duration::from_secs(3); +const DOWNLOAD_TIMEOUT: Duration = Duration::from_secs(15); const UPDATE_INTERVAL: Duration = Duration::from_secs(60 * 60); const MAX_CACHE_AGE: Duration = Duration::from_secs(60 * 60 * 24); |
