mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-03 15:13:15 -06:00
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 | ||