Skip to content

Commit e42cca1

Browse files
committed
CP-48676: Disable pool session reuse by default
This can be reverted once we have sufficient confidence from running nightlies Signed-off-by: Steven Woods <[email protected]>
1 parent 9aa9e7e commit e42cca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/xapi/xapi_globs.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ let pool_recommendations_dir = ref "/etc/xapi.pool-recommendations.d"
10751075

10761076
let disable_webserver = ref false
10771077

1078-
let reuse_pool_sessions = ref true
1078+
let reuse_pool_sessions = ref false
10791079
(* Enables the reuse of pool sessions, speeding up intrapool communication *)
10801080

10811081
let validate_reusable_pool_session = ref false

0 commit comments

Comments
 (0)