diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2020-05-19 14:08:32 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2020-05-21 13:28:14 +0200 |
| commit | 3b85c5d353baa587dbe1f055ccb63ef2724fec39 (patch) | |
| tree | 391c889944ddc79498483aed0576f74d7078cd12 | |
| parent | 2d790f88002f64bed60eee5eef41e584c7a4b075 (diff) | |
| download | mullvadvpn-3b85c5d353baa587dbe1f055ccb63ef2724fec39.tar.xz mullvadvpn-3b85c5d353baa587dbe1f055ccb63ef2724fec39.zip | |
Change key rotation interval to 4 days
| -rw-r--r-- | ios/MullvadVPN/AutomaticKeyRotationManager.swift | 2 |
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 { |
