Skip to content

Commit 0f38aed

Browse files
committed
Merge branch 'set-wireguard-key-rotation-interval-to-30-days-ios-607'
2 parents 14c8897 + e8407a8 commit 0f38aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/MullvadVPN/TunnelManager/WgKeyRotation.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import WireGuardKitTypes
1818
struct WgKeyRotation {
1919
/// Private key rotation interval counted from the time when the key was successfully pushed
2020
/// to the backend.
21-
public static let rotationInterval: Duration = .days(14)
21+
public static let rotationInterval: Duration = .days(30)
2222

2323
/// Private key rotation retry interval counted from the time when the last rotation
2424
/// attempt took place.

0 commit comments

Comments
 (0)