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 d325ca7163..4fb90695cb 100644 --- a/mullvad-daemon/src/relays.rs +++ b/mullvad-daemon/src/relays.rs @@ -27,7 +27,7 @@ const DATE_TIME_FORMAT_STR: &str = "[%Y-%m-%d %H:%M:%S%.3f]"; const RELAYS_FILENAME: &str = "relays.json"; 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); +const MAX_CACHE_AGE: Duration = Duration::from_secs(60 * 60 * 2); error_chain! { errors { |
