aboutsummaryrefslogtreecommitdiffstats
path: root/config-default.yml
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2021-03-30 14:08:24 -0700
committerGravatar GitHub <[email protected]>2021-03-30 14:08:24 -0700
commit2dd9fbd24f46838fadd02f791e0e2db876844b3b (patch)
tree451545d0a81912822e9a49668e9bada693d076ff /config-default.yml
parentRemoved user event announcements from the config. (diff)
parentMerge 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.yml8
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