Attempt a few memory/connection optimizations

This commit is contained in:
Ske 2019-12-22 01:08:14 +01:00
parent 5881f2a6cd
commit 6a55555e48

View File

@ -84,7 +84,8 @@ namespace PluralKit.Bot
.AddSingleton<IDiscordClient, DiscordShardedClient>(_ => new DiscordShardedClient(new DiscordSocketConfig .AddSingleton<IDiscordClient, DiscordShardedClient>(_ => new DiscordShardedClient(new DiscordSocketConfig
{ {
MessageCacheSize = 5, MessageCacheSize = 0,
ConnectionTimeout = 2*60*1000,
ExclusiveBulkDelete = true, ExclusiveBulkDelete = true,
DefaultRetryMode = RetryMode.AlwaysRetry, DefaultRetryMode = RetryMode.AlwaysRetry,
// Commented this out since Debug actually sends, uh, quite a lot that's not necessary in production // Commented this out since Debug actually sends, uh, quite a lot that's not necessary in production