openreplay/api/chalicelib
ⵄⵎⵉⵔⵓⵛ ⴰⵎⴰⵣⵉⵖ 41c7560739 fix(api): reduce the number of connection used by pgpool.
There should be no use of much more than two pgconnection per worker,
even in the case where there is "some" asynchronous code interleaved
between synchronous code. The new async code is using its own pg pool
that has max=four.

ref: See max_size at
https://www.psycopg.org/psycopg3/docs/api/pool.html#the-connectionpool-class
2023-11-30 18:08:03 +01:00
..
core Api v1.16.0 (#1730) 2023-11-30 10:53:31 +01:00
utils fix(api): reduce the number of connection used by pgpool. 2023-11-30 18:08:03 +01:00
__init__.py API 2021-05-05 19:47:36 +02:00