From 217b056f3eb0ef140fd6b374b00376943a2bfded Mon Sep 17 00:00:00 2001 From: piccihud Date: Sun, 8 Dec 2024 21:21:32 +0100 Subject: [PATCH] disabled rate limit requests --- gotosocial/config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gotosocial/config.yaml b/gotosocial/config.yaml index b9c8809..d063ed0 100644 --- a/gotosocial/config.yaml +++ b/gotosocial/config.yaml @@ -6,6 +6,9 @@ trusted-proxies: - "127.0.0.1/32" - "::1" +# https://docs.gotosocial.org/en/latest/api/ratelimiting/ +# turn off rate limit +advanced-rate-limit-requests: 0 ########################### ##### INSTANCE CONFIG #####