diff options
| author | 2021-03-30 14:08:24 -0700 | |
|---|---|---|
| committer | 2021-03-30 14:08:24 -0700 | |
| commit | 2dd9fbd24f46838fadd02f791e0e2db876844b3b (patch) | |
| tree | 451545d0a81912822e9a49668e9bada693d076ff /config-default.yml | |
| parent | Removed user event announcements from the config. (diff) | |
| parent | Merge pull request #1470 from python-discord/help-channel-closing-delay-changes (diff) | |
Merge branch 'main' into fix/dmrelay
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/config-default.yml b/config-default.yml index e3fd98ac0..1b5ef42fe 100644 --- a/config-default.yml +++ b/config-default.yml @@ -465,8 +465,12 @@ help_channels: cmd_whitelist: - *HELPERS_ROLE - # Allowed duration of inactivity before making a channel dormant - idle_minutes: 30 + # Allowed duration of inactivity by claimant before making a channel dormant + idle_minutes_claimant: 30 + + # Allowed duration of inactivity by others before making a channel dormant + # `idle_minutes_claimant` must also be met, before a channel is closed + idle_minutes_others: 10 # Allowed duration of inactivity when channel is empty (due to deleted messages) # before message making a channel dormant |