Skip to content

Commit

Permalink
feat: update global topic limit to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Sep 24, 2024
1 parent d6e40be commit 10f0319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ upstream-base-url: "https://ntfy.sh"

# Rate limiting: Total number of topics before the server rejects new topics.
#
global-topic-limit: 8
global-topic-limit: 10

# Rate limiting: Number of subscriptions per visitor (IP address)
#
Expand Down

0 comments on commit 10f0319

Please sign in to comment.