Skip to content

Commit

Permalink
DO NOT MERGE: set default test_open to 1024
Browse files Browse the repository at this point in the history
Signed-off-by: Edwin Török <[email protected]>
  • Loading branch information
edwintorok committed May 30, 2024
1 parent 8fa8073 commit f216b31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ocaml/xapi/xapi_globs.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ let python3_path = ref "/usr/bin/python3"
let observer_experimental_components =
ref (StringSet.singleton Constants.observer_component_smapi)

let test_open = ref 0
let test_open = ref 1024

let xapi_globs_spec =
[
Expand Down
2 changes: 1 addition & 1 deletion ocaml/xenopsd/lib/xenopsd.ml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ let max_bytes_of_xenstore_entries entries =

let vm_guest_agent_xenstore_quota_bytes = ref (25 * 1024 * 1024)

let test_open = ref 0
let test_open = ref 1024

let options =
[
Expand Down

0 comments on commit f216b31

Please sign in to comment.