diff options
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 |