-
Notifications
You must be signed in to change notification settings - Fork 656
Closed
Labels
enhancementNew feature or requestNew feature or requestreleases-note/featThe PR implements a new feature or has a title that begins with "feat"The PR implements a new feature or has a title that begins with "feat"rustPull requests that update Rust codePull requests that update Rust codeservices/memcachedservices/redis
Description
Feature Description
The Redis and Memcached services pool connections via bb8::Pool with the default options, including max_size: 10. This size can be limiting in high-concurrency scenarios, so users should be able to increase the it as desired.
Problem and Solution
Add connection_pool_max_size options to RedisBuilder and MemcachedBuilder and plumb them through to the underlying connection pool configuration.
Additional Context
No response
Are you willing to contribute to the development of this feature?
- Yes, I am willing to contribute to the development of this feature.
dosubot
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestreleases-note/featThe PR implements a new feature or has a title that begins with "feat"The PR implements a new feature or has a title that begins with "feat"rustPull requests that update Rust codePull requests that update Rust codeservices/memcachedservices/redis