Skip to content

Commit f6bf744

Browse files
authored
Merge pull request xapi-project#39 from taoyongd/CP-26298
CP-26298: Increase the max_stunnel in xapi
2 parents b3389ec + 71589de commit f6bf744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stunnel/stunnel_cache.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ let debug = if debug_enabled then debug else ignore_log
3737
type endpoint = { host: string; port: int; verified: bool }
3838

3939
(* Need to limit the absolute number of stunnels as well as the maximum age *)
40-
let max_stunnel = 22
40+
let max_stunnel = 70
4141
let max_age = 180. *. 60. (* seconds *)
4242
let max_idle = 5. *. 60. (* seconds *)
4343

0 commit comments

Comments
 (0)