clarify that list-delay only applies to anonymous users

This commit is contained in:
Shivaram Lingamneni 2020-04-26 03:00:00 -04:00
parent 57e2187742
commit 3e2138db4f
2 changed files with 4 additions and 4 deletions

View File

@ -491,8 +491,8 @@ channels:
# how many channels can each account register? # how many channels can each account register?
max-channels-per-account: 15 max-channels-per-account: 15
# as a crude countermeasure against spambots, connections younger than this value # as a crude countermeasure against spambots, anonymous connections younger
# will get an empty response to /LIST (a time period of 0 disables) # than this value will get an empty response to /LIST (a time period of 0 disables)
list-delay: 0s list-delay: 0s
# operator classes # operator classes

View File

@ -512,8 +512,8 @@ channels:
# how many channels can each account register? # how many channels can each account register?
max-channels-per-account: 15 max-channels-per-account: 15
# as a crude countermeasure against spambots, connections younger than this value # as a crude countermeasure against spambots, anonymous connections younger
# will get an empty response to /LIST (a time period of 0 disables) # than this value will get an empty response to /LIST (a time period of 0 disables)
list-delay: 0s list-delay: 0s
# operator classes # operator classes