Skip to content

Commit

Permalink
Don't retain passive clocks at top-level (#4198)
Browse files Browse the repository at this point in the history
  • Loading branch information
toots authored Nov 1, 2024
1 parent 643ce29 commit 63abaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/clock.ml
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ let create ?(stack = []) ?on_error ?(id = "generic") ?(sub_ids = [])
on_error = on_error_queue;
}
in
Queue.push clocks c;
if sync <> `Passive then Queue.push clocks c;
c

let time c =
Expand Down

0 comments on commit 63abaa4

Please sign in to comment.