mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-14 00:33:02 +02:00
Update mobileconfig.j2
Increase client side lifetimes
This commit is contained in:
parent
e7fe9d20be
commit
2b70da7913
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@
|
|||
<key>IntegrityAlgorithm</key>
|
||||
<string>SHA2-512</string>
|
||||
<key>LifeTimeInMinutes</key>
|
||||
<integer>20</integer>
|
||||
<integer>1440</integer>
|
||||
</dict>
|
||||
<key>DeadPeerDetectionRate</key>
|
||||
<string>Medium</string>
|
||||
|
@ -90,7 +90,7 @@
|
|||
<key>IntegrityAlgorithm</key>
|
||||
<string>SHA2-512</string>
|
||||
<key>LifeTimeInMinutes</key>
|
||||
<integer>20</integer>
|
||||
<integer>1440</integer>
|
||||
</dict>
|
||||
<key>LocalIdentifier</key>
|
||||
<string>{{ item.0 }}</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue