Skip to content

Commit 2350a1f

Browse files
Single-threaded subscription evaluation
1 parent 90ca090 commit 2350a1f

File tree

2 files changed

+247
-284
lines changed

2 files changed

+247
-284
lines changed

crates/core/src/subscription/module_subscription_actor.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ impl ModuleSubscriptions {
690690

691691
match &event.status {
692692
EventStatus::Committed(_) => {
693-
metrics.merge(subscriptions.eval_updates(
693+
metrics.merge(subscriptions.eval_updates_sequential(
694694
&read_tx,
695695
event.clone(),
696696
caller,

0 commit comments

Comments
 (0)