mastodon / flodgatt

A blazingly fast drop-in replacement for the Mastodon streaming API server
GNU Affero General Public License v3.0
86 stars 8 forks source link

Postgres connection pool #84

Closed codesections closed 4 years ago

codesections commented 4 years ago

This PR adds a connection pool for postgres. The pool has 10 connection in it. We should consider whether we'd like to change this number or allow it to be user-configurable.