PluralKit/PluralKit.API
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
..
Controllers Fix database connection pool contention (maybe) 2019-07-11 21:25:23 +02:00
Properties Add basic API, only with system endpoints 2019-07-09 20:39:29 +02:00
app.config Add basic API, only with system endpoints 2019-07-09 20:39:29 +02:00
appsettings.Development.json Add basic API, only with system endpoints 2019-07-09 20:39:29 +02:00
appsettings.json Add basic API, only with system endpoints 2019-07-09 20:39:29 +02:00
PluralKit.API.csproj Add basic API, only with system endpoints 2019-07-09 20:39:29 +02:00
Program.cs Add basic API, only with system endpoints 2019-07-09 20:39:29 +02:00
RequiresSystemAttribute.cs Add member routes to API 2019-07-10 00:19:18 +02:00
Startup.cs Fix database connection pool contention (maybe) 2019-07-11 21:25:23 +02:00
TokenAuthService.cs Add basic API, only with system endpoints 2019-07-09 20:39:29 +02:00