mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1354] How to disable ratelimit #955
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#955
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Martmists-GH on GitHub (May 25, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1354
❓ How do I disable ratelimits across my entire instance? I already set it to allow burts of 600/sec with visitor-request-limit-burst/replenish, but I'm still getting 429s.
@binwiederhier commented on GitHub (May 26, 2025):
Rate limiting is discussed in detail here, with all the nobs: https://docs.ntfy.sh/config/#rate-limiting
@Martmists-GH commented on GitHub (May 26, 2025):
Yes, I've read that page, but did not see a global-disable-ratelimit setting or anything like that.
@binwiederhier commented on GitHub (May 26, 2025):
There is no way to disable the logic entirely. Just bump up all the numbers. I can see how it would be beneficial for selfhosted instances to disable it entirely, though it doesn't exist.