diff options
Diffstat (limited to 'docs/federation/federating_with_gotosocial/request_throttling.md')
-rw-r--r-- | docs/federation/federating_with_gotosocial/request_throttling.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/federation/federating_with_gotosocial/request_throttling.md b/docs/federation/federating_with_gotosocial/request_throttling.md deleted file mode 100644 index 57fa10c5a..000000000 --- a/docs/federation/federating_with_gotosocial/request_throttling.md +++ /dev/null @@ -1,7 +0,0 @@ -# Request Throttling and Rate Limiting - -GoToSocial applies http request throttling and rate limiting to the ActivityPub API endpoints (inboxes, user endpoints, emojis, etc). - -This ensures that remote servers cannot flood a GoToSocial instance with spurious requests. Instead, remote servers making GET or POST requests to the ActivityPub API endpoints should respect 429 and 503 http codes, and take account of the `retry-after` http response header. - -For more details on request throttling and rate limiting behavior, please see the [throttling](../../api/throttling.md) and [rate limiting](../../api/ratelimiting.md) documents. |