mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-09 21:29:06 -05:00
docs: clarify wording around subscription limits
This commit is contained in:
parent
cdd4e5949f
commit
ac14a0759f
|
@ -79,10 +79,10 @@ reject_future_seconds = 1800
|
|||
#
|
||||
#messages_per_sec = 5
|
||||
|
||||
# Limit client subscriptions created per second, averaged over one
|
||||
# minute. Must be an integer. If not set (or set to 0), defaults to
|
||||
# unlimited. Strongly recommended to set this to a low value such as
|
||||
# 10 to ensure fair service.
|
||||
# Limit client subscriptions created, averaged over one minute. Must
|
||||
# be an integer. If not set (or set to 0), defaults to unlimited.
|
||||
# Strongly recommended to set this to a low value such as 10 to ensure
|
||||
# fair service.
|
||||
#subscriptions_per_min = 0
|
||||
|
||||
# UNIMPLEMENTED...
|
||||
|
|
Loading…
Reference in New Issue
Block a user