cardano-open-oracle-protocol icon indicating copy to clipboard operation
cardano-open-oracle-protocol copied to clipboard

Fix for fd leakage

Open chfanghr opened this issue 11 months ago • 0 comments

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.

chfanghr avatar Mar 20 '24 11:03 chfanghr