Skip to content

Commit

Permalink
CP-49158: Event.next is deprecated: increase delays
Browse files Browse the repository at this point in the history
No feature flag, because this is a deprecated API.
Clients that wants the best performance should've used Event.from.

Signed-off-by: Edwin Török <[email protected]>
  • Loading branch information
edwintorok committed Nov 19, 2024
1 parent e4ac475 commit b7bc152
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 @@ -1090,7 +1090,7 @@ let event_from_task_delay, event_from_task_entry =
make_batching "event_from_task" ~delay_before:0. ~delay_between:0.05

let event_next_delay, event_next_entry =
make_batching "event_next" ~delay_before:0. ~delay_between:0.05
make_batching "event_next" ~delay_before:0.2 ~delay_between:0.2

let xapi_globs_spec =
[
Expand Down

0 comments on commit b7bc152

Please sign in to comment.