You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when we set the pool_size to None, the client will just try to divide by zero because pool_size is then replaced by zero, instead of the default value (being 4).
I'd expect the previous provide a client with a pool_size similar to the previous one.
Another way to look at it would be to not make the pool_size optional.