mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 07:12:25 -05:00
[docs] restructure federation section (#3038)
This commit is contained in:
parent
03c5d016a7
commit
fa710057c8
9 changed files with 951 additions and 955 deletions
7
docs/federation/ratelimiting.md
Normal file
7
docs/federation/ratelimiting.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Request Throttling & 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue