diff options
| author | 2020-03-22 14:43:59 -0700 | |
|---|---|---|
| committer | 2020-03-22 15:54:45 -0700 | |
| commit | 5fba7ab0ca1bde23f028b654d0a69d0d48bec211 (patch) | |
| tree | fa4da4ab377699e01a4044a9722304d8027c51a6 | |
| parent | HelpChannels: write channel topics (diff) | |
HelpChannels: set idle minutes to 30 & max total channels to 32
| -rw-r--r-- | config-default.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config-default.yml b/config-default.yml index a62572b70..d87ceade7 100644 --- a/config-default.yml +++ b/config-default.yml @@ -513,14 +513,14 @@ help_channels: - *HELPERS_ROLE # Allowed duration of inactivity before making a channel dormant - idle_minutes: 45 + idle_minutes: 30 # Maximum number of channels to put in the available category max_available: 2 # 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: 50 + max_total_channels: 32 # Prefix for help channel names name_prefix: 'help-' |