summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/MullvadVPN/TunnelManager/WgKeyRotation.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/TunnelManager/WgKeyRotation.swift b/ios/MullvadVPN/TunnelManager/WgKeyRotation.swift
index bca8bb0b33..89474e5afd 100644
--- a/ios/MullvadVPN/TunnelManager/WgKeyRotation.swift
+++ b/ios/MullvadVPN/TunnelManager/WgKeyRotation.swift
@@ -18,7 +18,7 @@ import WireGuardKitTypes
struct WgKeyRotation {
/// Private key rotation interval counted from the time when the key was successfully pushed
/// to the backend.
- public static let rotationInterval: Duration = .days(14)
+ public static let rotationInterval: Duration = .days(30)
/// Private key rotation retry interval counted from the time when the last rotation
/// attempt took place.