From c36ca86fd78ba062ccfdb483a876540b25086d2b Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Wed, 5 Feb 2025 05:17:32 +0300 Subject: [PATCH] Update README with FloodWait warning and API rate limit guidance --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cfeed0..16011c5 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,7 @@ TOKEN - optional, if set, will be used to check if user has access to rss feed. ``` curl https://pgbridge.example.com/rss/DragorWW_space/1234567890 ``` with auth token ``` curl https://pgbridge.example.com/rss/DragorWW_space?limit=30 ``` with limit parameter (also, can be used with token) - -or +Warning: TG API has rate limit, and bridge will wait time before http response, if catch FloodWait exception. Increase http timeout in your client prevention timeout error. Examply, in miniflux: ENV HTTP_CLIENT_TIMEOUT=200 ## Get channel messages