Legendary.Core.SharedDBConnectionPool (Legendary v2.4.0) View Source
A shareable connection pool. We use this so that all the apps connecting to one database can use on connection pool, even if they have different repos.
This allows a reasonable number of connections to be available per application without requiring a huge number of connections to the database.