Skip to content

chore: modify max worker amount to 8 - #66

Closed
flyq wants to merge 2 commits into
mainfrom
liquan/workers_limit
Closed

chore: modify max worker amount to 8#66
flyq wants to merge 2 commits into
mainfrom
liquan/workers_limit

Conversation

@flyq

@flyq flyq commented Jan 20, 2026

Copy link
Copy Markdown
Member

Summary

Cap the maximum concurrent workers to 16, regardless of available CPU cores
Increase the blocks to keep from 1000 to 3600 for the pruner

The changes limit concurrent_workers to a maximum of 16 using .min(16) to prevent resource exhaustion on high-core-count machines, and increase pruner_blocks_to_keep from 1000 to 3600 to retain more historical blocks before pruning.

@flyq flyq changed the title chore: modify max worker amount to 16 & blocks to keep to 3600 chore: modify max worker amount to 8 Jan 21, 2026
@flyq flyq closed this Jan 22, 2026
@flyq
flyq deleted the liquan/workers_limit branch March 8, 2026 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant