We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14c8897 + e8407a8 commit 0f38aedCopy full SHA for 0f38aed
ios/MullvadVPN/TunnelManager/WgKeyRotation.swift
@@ -18,7 +18,7 @@ import WireGuardKitTypes
18
struct WgKeyRotation {
19
/// Private key rotation interval counted from the time when the key was successfully pushed
20
/// to the backend.
21
- public static let rotationInterval: Duration = .days(14)
+ public static let rotationInterval: Duration = .days(30)
22
23
/// Private key rotation retry interval counted from the time when the last rotation
24
/// attempt took place.
0 commit comments