PluralKit/PluralKit.Bot
Ske 0f48c6879b Attempt to fix slow/timeout-y bot startup
I've noticed the bot's CPU spiking for a few minutes as it's
just connecting, and a lot of shard connections are timing out.

I suspect it might be the overload of messages as the shards
connect and Discord sends it the entire backlog at once. So,
as an interim solution, I'm making it simply discard every
message before the socket is fully connected. Hopefully this
should help reduce the pressure.
2019-10-31 17:21:12 +01:00
..
Commands Add importing of Tupperbox multibrackets 2019-10-30 14:11:24 +01:00
CommandSystem Add support for iOS-style quotation marks 2019-10-28 20:17:20 +01:00
Services Fix message querying for real this time 2019-10-31 16:36:33 +01:00
Bot.cs Attempt to fix slow/timeout-y bot startup 2019-10-31 17:21:12 +01:00
BotConfig.cs Add customization of invite link client ID. Closes #77. 2019-06-15 12:03:07 +02:00
BotMetrics.cs Instrument and log database queries 2019-08-12 02:05:30 +02:00
BreadcrumbExtensions.cs Properly associate trigger events with Sentry errors 2019-08-09 12:47:46 +02:00
ContextUtils.cs Refactor command system 2019-10-05 07:41:00 +02:00
Errors.cs Add support for multiple proxy tags 2019-10-30 08:18:59 +01:00
PluralKit.Bot.csproj Refactor command system 2019-10-05 07:41:00 +02:00
Utils.cs Add support for multiple proxy tags 2019-10-30 08:18:59 +01:00