diff options
| author | 2021-03-16 20:06:25 +0000 | |
|---|---|---|
| committer | 2021-03-16 20:06:25 +0000 | |
| commit | ce8616988d2e499f8dc79b22e8287c5a0ed50c19 (patch) | |
| tree | 1c16f43172d1b1870edbe4ae7682c56eef36a899 | |
| parent | Split out help channel idle time constants (diff) | |
Set a reasonable default for `idle_minutes_others`.
| -rw-r--r-- | config-default.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml index 9388ecb99..38144c90c 100644 --- a/config-default.yml +++ b/config-default.yml @@ -473,7 +473,7 @@ help_channels: # 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: 30 + idle_minutes_others: 10 # Allowed duration of inactivity when channel is empty (due to deleted messages) # before message making a channel dormant |