mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 01:05:53 +03:00
c0a2d702a3
See https://github.com/superseriousbusiness/gotosocial/blob/main/internal/api/security/security.go ```go s.AttachMiddleware(m.RateLimit(RateLimitOptions{ // accept a maximum of 1000 requests in 5 minutes window Period: 5 * time.Minute, Limit: 1000, })) ``` |
||
---|---|---|
.. | ||
admin | ||
api | ||
assets | ||
configuration | ||
federation | ||
installation_guide | ||
user_guide | ||
environment.yml | ||
index.md | ||
requirements.txt | ||
swagger.go |