diff options
author | 2021-03-30 20:14:29 +0200 | |
---|---|---|
committer | 2021-03-30 20:14:29 +0200 | |
commit | fb89ef5b677200596d2a71a8f73c4f9a33608203 (patch) | |
tree | a7ea8c38f02182e2c3dc6c6ef409d2d746353f50 | |
parent | Add myself to CODEOWNERS (#1489) (diff) |
Increase the total number of help channels to 42
We've seen an increase in help channel activity and we're running out
of help channels frequently. That's why we're increasing the number
of help channels from 38 to 42.
Note that the old configuration said 32, but we had more channels in
actual rotation due to a race condition we had in the past. The
system will never delete channels that were already in rotation,
meaning that those that were added over the limit in the past
still existed.
-rw-r--r-- | config-default.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml index 502f0f861..4e7060ea4 100644 --- a/config-default.yml +++ b/config-default.yml @@ -481,7 +481,7 @@ help_channels: # Maximum number of channels across all 3 categories # Note Discord has a hard limit of 50 channels per category, so this shouldn't be > 50 - max_total_channels: 32 + max_total_channels: 42 # Prefix for help channel names name_prefix: 'help-' |