mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-05-16 11:49:33 +00:00
* postgres_healthcheck: validate once per minute instead of 30 sec * postgres_driver.nim: change MaxNumCons from 5 to 50 * postgres_driver.nim: split connPool into writeConPool and readConPool This aims to avoid clashes in insert and select queries because the inserts and selects can happen concurrently in relay and store events, respectively.