Skip to content

Commit

Permalink
CP-51693: [later] use JSONRPC by default for internal communication
Browse files Browse the repository at this point in the history
Instead of xmlrpc

Signed-off-by: Edwin Török <[email protected]>
  • Loading branch information
edwintorok committed Dec 11, 2024
1 parent 041b560 commit f7356c7
Showing 1 changed file with 1 addition and 1 deletion.
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 max_spans = ref 10000

let max_traces = ref 10000

let use_xmlrpc = ref true
let use_xmlrpc = ref false

let compress_tracing_files = ref true

Expand Down

0 comments on commit f7356c7

Please sign in to comment.