django-s3-storage icon indicating copy to clipboard operation
django-s3-storage copied to clipboard

Support S3Boto max_pool_connections setting.

Open Routhinator opened this issue 2 years ago • 0 comments

This adds support for the botocore.client.Config max_pool_connections setting. This is critical for gevent workers handling many connections in which an s3 url hit occurs.

By default the number of connections in a gevent worker is 1000, but the default connection pool max for S3Boto is 10.

Routhinator avatar Oct 16 '22 02:10 Routhinator