summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2020-05-19 14:08:32 +0200
committerAndrej Mihajlov <and@mullvad.net>2020-05-21 13:28:14 +0200
commit3b85c5d353baa587dbe1f055ccb63ef2724fec39 (patch)
tree391c889944ddc79498483aed0576f74d7078cd12
parent2d790f88002f64bed60eee5eef41e584c7a4b075 (diff)
downloadmullvadvpn-3b85c5d353baa587dbe1f055ccb63ef2724fec39.tar.xz
mullvadvpn-3b85c5d353baa587dbe1f055ccb63ef2724fec39.zip
Change key rotation interval to 4 days
-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 {