Skip to content

Commit

Permalink
fix: disabled rate limiting; some users were affected
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Sep 30, 2024
1 parent cc8db33 commit dd25153
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,9 @@ global-topic-limit: 10
# exempt from request rate limiting. Hostnames are resolved at the time the server is started.
# Example: "1.2.3.4,ntfy.example.com,8.7.6.0/24"
#
visitor-request-limit-burst: 30
visitor-request-limit-replenish: "5s"
visitor-request-limit-exempt-hosts: ""
# visitor-request-limit-burst: 30
# visitor-request-limit-replenish: "5s"
# visitor-request-limit-exempt-hosts: ""

# Rate limiting: Hard daily limit of messages per visitor and day. The limit is reset
# every day at midnight UTC. If the limit is not set (or set to zero), the request
Expand Down

0 comments on commit dd25153

Please sign in to comment.