Skip to content

Commit

Permalink
fix: Make PostHashCollector SEQUENTIAL (#13722)
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Littley <austin@swirldslabs.com>
  • Loading branch information
litt3 authored Jun 7, 2024
1 parent a9b929f commit 2662f7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public record PlatformSchedulersConfig(
TaskSchedulerConfiguration gossip,
@ConfigProperty(defaultValue = "CONCURRENT CAPACITY(-1) UNHANDLED_TASK_METRIC")
TaskSchedulerConfiguration eventHasher,
@ConfigProperty(defaultValue = "CONCURRENT CAPACITY(-1) UNHANDLED_TASK_METRIC")
@ConfigProperty(defaultValue = "SEQUENTIAL CAPACITY(-1) UNHANDLED_TASK_METRIC")
TaskSchedulerConfiguration postHashCollector,
@ConfigProperty(defaultValue = "SEQUENTIAL CAPACITY(500) FLUSHABLE UNHANDLED_TASK_METRIC")
TaskSchedulerConfiguration branchDetector,
Expand Down

0 comments on commit 2662f7f

Please sign in to comment.