PluralKit/PluralKit.Core
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
..
CoreConfig.cs bot: enable .NET configuration management 2019-05-08 20:08:56 +02:00
DataFiles.cs Refactor date/time format constants 2019-06-15 12:33:24 +02:00
db_schema.sql Add basic API, only with system endpoints 2019-07-09 20:39:29 +02:00
Limits.cs Add member routes to API 2019-07-10 00:19:18 +02:00
Models.cs Add basic API, only with system endpoints 2019-07-09 20:39:29 +02:00
PluralKit.Core.csproj Add basic API, only with system endpoints 2019-07-09 20:39:29 +02:00
Schema.cs Add basic API, only with system endpoints 2019-07-09 20:39:29 +02:00
Stores.cs Fix database connection pool contention (maybe) 2019-07-11 21:25:23 +02:00
TaskUtils.cs refactor project structure 2019-05-08 00:06:27 +02:00
Utils.cs Fix database connection pool contention (maybe) 2019-07-11 21:25:23 +02:00