reduce connection handshake expiration to 2 days

This commit is contained in:
Evgeny Poberezkin
2022-02-25 10:57:23 +00:00
parent 09e2e75c42
commit 7d1fdadef0
+1 -1
View File
@@ -62,7 +62,7 @@ defaultAgentConfig =
increaseAfter = 10 * second,
maxInterval = 10 * second
},
helloTimeout = 7 * nominalDay,
helloTimeout = 2 * nominalDay,
-- CA certificate private key is not needed for initialization
-- ! we do not generate these
caCertificateFile = "/etc/opt/simplex-agent/ca.crt",