aboutsummaryrefslogtreecommitdiffstats
path: root/config-default.yml
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-05-24 19:54:59 +0200
committerGravatar GitHub <[email protected]>2020-05-24 19:54:59 +0200
commitb25619567d5d1ceee939d4b17c1a90ae9ac337bf (patch)
tree731ae107f009f44b02a06a3856d96fdbf59ad3f8 /config-default.yml
parentMerge pull request #934 from python-discord/bug/filters/933/dont-delete-in-dms (diff)
parentMerge branch 'master' into help-channels-delete (diff)
Merge pull request #956 from ks129/help-channels-delete
Help System: Move dormant faster if help channel is empty
Diffstat (limited to 'config-default.yml')
-rw-r--r--config-default.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml
index c0b5b062f..2e98186f1 100644
--- a/config-default.yml
+++ b/config-default.yml
@@ -531,6 +531,10 @@ help_channels:
# Allowed duration of inactivity before making a channel dormant
idle_minutes: 30
+ # Allowed duration of inactivity when question message deleted
+ # and no one other sent before message making channel dormant.
+ deleted_idle_minutes: 5
+
# Maximum number of channels to put in the available category
max_available: 2