summaryrefslogtreecommitdiff
path: root/docs/federation/behaviors/request_throttling.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/federation/behaviors/request_throttling.md')
-rw-r--r--docs/federation/behaviors/request_throttling.md3
1 files changed, 3 insertions, 0 deletions
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.