dotnetcore / EasyCaching

:boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
MIT License
1.92k stars 324 forks source link

add PublishingChannelsPoolSize option #521

Closed sarmis closed 5 months ago

sarmis commented 5 months ago

Justification: When running on containerized environments the default pool size is set to the 2x the host CPU count (which for datacenter machines can be up to 256 cores). We provide a way to override this setting.