Skip to content

Commit 77ff5bc

Browse files
Single-threaded subscription evaluation
1 parent 6eef698 commit 77ff5bc

File tree

2 files changed

+247
-284
lines changed

2 files changed

+247
-284
lines changed

crates/core/src/subscription/module_subscription_actor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ impl ModuleSubscriptions {
692692

693693
match &event.status {
694694
EventStatus::Committed(_) => {
695-
metrics.merge(subscriptions.eval_updates(
695+
metrics.merge(subscriptions.eval_updates_sequential(
696696
&read_tx,
697697
event.clone(),
698698
caller,

0 commit comments

Comments
 (0)