From e633a40ef1987355b3163036cced68d74f09aff9 Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Sat, 4 Mar 2023 19:39:20 -0500 Subject: [PATCH] Derp --- docs/releases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index d341f9e5..5493d518 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -6,8 +6,8 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release Released March 4, 2023 This is a hotfix release, mostly to combat the ridiculous amount of Matrix requests with invalid/dead pushkeys, and the -corresponding HTTP 507 responses the ntfy.sh server is sending out. We're up to >600k HTTP 507 responses 🤦. This release -solves this issue by rejecting Matrix pushkeys, if nobody has subscribed to the corresponding topic to 12 hours. +corresponding HTTP 507 responses the ntfy.sh server is sending out. We're up to >600k HTTP 507 responses per day 🤦. This +release solves this issue by rejecting Matrix pushkeys, if nobody has subscribed to the corresponding topic to 12 hours. The release furthermore reverts the default rate limiting behavior for UnifiedPush to be publisher-based, and introduces a flag to enable [subscriber-based rate limiting](config.md#subscriber-based-rate-limiting) for high volume servers.