mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Disable Discord member caching entirely
This commit is contained in:
parent
82dfe43d5a
commit
6863da9462
5 changed files with 18 additions and 19 deletions
|
|
@ -27,6 +27,7 @@ namespace PluralKit.Bot
|
|||
ConnectionTimeout = 2 * 60 * 1000,
|
||||
ExclusiveBulkDelete = true,
|
||||
LargeThreshold = 50,
|
||||
GuildSubscriptions = false,
|
||||
DefaultRetryMode = RetryMode.RetryTimeouts | RetryMode.RetryRatelimit
|
||||
// Commented this out since Debug actually sends, uh, quite a lot that's not necessary in production
|
||||
// but leaving it here in case I (or someone else) get[s] confused about why logging isn't working again :p
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue