summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/MullvadVPN/AutomaticKeyRotationManager.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/AutomaticKeyRotationManager.swift b/ios/MullvadVPN/AutomaticKeyRotationManager.swift
index 276d1c7610..2756417eb5 100644
--- a/ios/MullvadVPN/AutomaticKeyRotationManager.swift
+++ b/ios/MullvadVPN/AutomaticKeyRotationManager.swift
@@ -14,7 +14,7 @@ import os
private let kRetryIntervalOnFailure = 300
/// A private key rotation interval (in days)
-private let kRotationInterval = 1
+private let kRotationInterval = 4
class AutomaticKeyRotationManager {