PluralKit/PluralKit.API/Controllers
Ske d829630a35 Fix database connection pool contention (maybe)
Instead of acquiring a connection per service per request, we
acquire connections more often but at a more granular level, meaning
they're also disposed of more quickly instead of staying for a long time
in case of long-running commands or leaks.
2019-07-11 21:25:23 +02:00
..
MemberController.cs Version API endpoints 2019-07-10 00:23:41 +02:00
SystemController.cs Fix database connection pool contention (maybe) 2019-07-11 21:25:23 +02:00