engine icon indicating copy to clipboard operation
engine copied to clipboard

Allow to limit database connections per http request

Open matej21 opened this issue 2 years ago • 0 comments

Connection pool is currently shared between all requests. It might improve performance with higher concurrency to limit maximum number of connection per single HTTP request, so one request does not consume all connections.

matej21 avatar Mar 24 '23 13:03 matej21