From 90a14abb0c693287d10c5b2b8a6e5515f3ed4c37 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Wed, 4 Jan 2023 11:57:59 +0100 Subject: [feature] HTTP request throttling middleware (#1297) * [feature] Add throttling middleware to AP endpoints * refactor a lil bit * use config setting, start updating docs * doc updates * use relative links in faq doc * small docs fixes * return code 503 instead of 429 when throttled * throttle other endpoints too * simplify token channel prefills --- docs/federation/behaviors/request_throttling.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/federation/behaviors/request_throttling.md (limited to 'docs/federation') diff --git a/docs/federation/behaviors/request_throttling.md b/docs/federation/behaviors/request_throttling.md new file mode 100644 index 000000000..e44e26811 --- /dev/null +++ b/docs/federation/behaviors/request_throttling.md @@ -0,0 +1,3 @@ +# Request Throttling and Rate Limiting + +GoToSocial applies rate limiting and http request throttling to the ActivityPub API endpoints (inboxes, user endpoints, emojis, etc). For more details on this, please see the [throttling](../../api/throttling.md) and [rate limiting](../../api/ratelimiting.md) documents. -- cgit v1.2.3