Hey there!
This is an awesome library that I'm testing to implement into our production environment to solve a lot of connections being open by Django.
For now, it's working smooth and docs are pretty clear, I just have a question about what is the behavior when my gunicorn has the following parameters:
If I had only workers set, the maximum number of connections will not exceed workers * pool_size + workers * max_pool. But what's happen when set threads?