Commit 2308073
committed
Skip ChannelManager persistence for message-only monitor completions
When process_pending_monitor_events processes only Completed events
and the resulting work is limited to message-only monitor
completion handling, ChannelManager persistence can be skipped.
Completion handling now reports whether it actually mutated
ChannelManager state, and process_pending_monitor_events uses
that to decide between SkipPersistHandleEvents and DoPersist.
AI tools were used in preparing this commit.1 parent 660bab5 commit 2308073
1 file changed
Lines changed: 84 additions & 29 deletions
0 commit comments