Skip to content

Commit

Permalink
Make post hash collector sequential
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Littley <[email protected]>
  • Loading branch information
Austin Littley committed Jun 6, 2024
1 parent d108b6d commit 1145386
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 1145386

Please sign in to comment.