We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3389ec + 71589de commit f6bf744Copy full SHA for f6bf744
stunnel/stunnel_cache.ml
@@ -37,7 +37,7 @@ let debug = if debug_enabled then debug else ignore_log
37
type endpoint = { host: string; port: int; verified: bool }
38
39
(* Need to limit the absolute number of stunnels as well as the maximum age *)
40
-let max_stunnel = 22
+let max_stunnel = 70
41
let max_age = 180. *. 60. (* seconds *)
42
let max_idle = 5. *. 60. (* seconds *)
43
0 commit comments