issues
search
mlabs-haskell
/
cardano-open-oracle-protocol
COOP - Cardano open oracle protocol
Apache License 2.0
22
stars
3
forks
source link
Fix for fd leakage
#89
Open
chfanghr
opened
8 months ago
chfanghr
commented
8 months ago
Fix #86.
For the fact statement store, db connection will be reused, meaning that one service instance only uses one connection for SQLite database in its full life cycle, instead of opening a new connection for every single request.
For the publisher, grpc clients will be resued.
Fix #86.