PluralKit/PluralKit.Bot
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
..
Commands Yes. 2019-07-10 13:57:59 +02:00
Services Fix database connection pool contention (maybe) 2019-07-11 21:25:23 +02:00
Bot.cs Fix database connection pool contention (maybe) 2019-07-11 21:25:23 +02:00
BotConfig.cs Add customization of invite link client ID. Closes #77. 2019-06-15 12:03:07 +02:00
ContextUtils.cs Proxy messages with a mention before tags 2019-06-27 10:38:45 +02:00
Errors.cs Sanitize user input in response messages 2019-07-10 13:44:03 +02:00
PluralKit.Bot.csproj Add member avatar edit command 2019-05-17 01:23:09 +02:00
Preconditions.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