diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2020-05-21 14:04:48 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2020-05-21 14:04:48 +0200 |
| commit | c5fb790bb8cb0f8f9c442492c25d2a58c5d66e64 (patch) | |
| tree | 391c889944ddc79498483aed0576f74d7078cd12 | |
| parent | 2d790f88002f64bed60eee5eef41e584c7a4b075 (diff) | |
| parent | 3b85c5d353baa587dbe1f055ccb63ef2724fec39 (diff) | |
| download | mullvadvpn-c5fb790bb8cb0f8f9c442492c25d2a58c5d66e64.tar.xz mullvadvpn-c5fb790bb8cb0f8f9c442492c25d2a58c5d66e64.zip | |
Merge branch 'change-key-rotation-interval'
| -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 { |
