Skip to content

Conversation

draganpodvezanec-verox
Copy link

@draganpodvezanec-verox draganpodvezanec-verox commented Sep 6, 2025

closes #1429

The seeder thread pool configuration now uses environment variables with fallback to the original default values:

Core pool size: ${GWC_SEEDER_CORE_POOL_SIZE:16}
Uses the GWC_SEEDER_CORE_POOL_SIZE environment variable, defaulting to 16 if not set

Maximum pool size: ${GWC_SEEDER_MAX_POOL_SIZE:32}
Uses the GWC_SEEDER_MAX_POOL_SIZE environment variable, defaulting to 32 if not set

@groldan
Copy link
Member

groldan commented Sep 15, 2025

@draganpodvezanec-verox please rebase on top of main now that the build is working back

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.

maxPoolSize and maxThreadSize should be configurable
2 participants