From d80443bb0d50b80e2fa30852dccb169d993a6462 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sat, 18 May 2024 01:30:58 +0100 Subject: [PATCH] Document gateway compression configuration option --- guides/intro/intro.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guides/intro/intro.md b/guides/intro/intro.md index e6d121b29..5098eb9c5 100644 --- a/guides/intro/intro.md +++ b/guides/intro/intro.md @@ -52,6 +52,9 @@ Apart from the `token` field mentioned above, the following fields are also supp of members for all guilds at startup. Depending on your [cache backend](../advanced/pluggable_caching.md), this may increase startup time and memory usage by quite a bit. Defaults to `false`. +- `gateway_compression` - use either `:zlib` (default) or `zstd` for compression + of messages from the Discord gateway. See the documentation on + [Gateway Compression](../advanced/gateway_compression.md) for more information. ### Voice-specific