summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mullvad-daemon/src/device/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-daemon/src/device/mod.rs b/mullvad-daemon/src/device/mod.rs
index 15c363b0bc..3ab8c97dee 100644
--- a/mullvad-daemon/src/device/mod.rs
+++ b/mullvad-daemon/src/device/mod.rs
@@ -41,7 +41,7 @@ const LOGOUT_TIMEOUT: Duration = Duration::from_secs(2);
/// Validate the current device once for every `WG_DEVICE_CHECK_THRESHOLD` failed attempts
/// to set up a WireGuard tunnel.
-const WG_DEVICE_CHECK_THRESHOLD: usize = 3;
+const WG_DEVICE_CHECK_THRESHOLD: usize = 2;
#[derive(err_derive::Error, Debug)]
pub enum Error {