diff options
author | 2023-01-27 12:32:23 +0100 | |
---|---|---|
committer | 2023-01-27 12:32:23 +0100 | |
commit | 1fa574f1481c6cd8e73f05ec98dbafc4a44b268a (patch) | |
tree | f768358f2103a6f792e41906204ae96348b76f27 /docs/federation/behaviors/request_throttling.md | |
parent | [chore/docs] add instance-expose-suspended-web to instance docs (#1391) (diff) | |
download | gotosocial-1fa574f1481c6cd8e73f05ec98dbafc4a44b268a.tar.xz |
[docs] Tidy up federation docs into 'federating with gotosocial' section (#1392)
Diffstat (limited to 'docs/federation/behaviors/request_throttling.md')
-rw-r--r-- | docs/federation/behaviors/request_throttling.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/federation/behaviors/request_throttling.md b/docs/federation/behaviors/request_throttling.md deleted file mode 100644 index e44e26811..000000000 --- a/docs/federation/behaviors/request_throttling.md +++ /dev/null @@ -1,3 +0,0 @@ -# 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. |