timeline controller: rate limit timelines to 3 requests per 500ms per timeline per ip/user

This commit is contained in:
rinpatch 2020-02-28 17:44:59 +03:00
commit ffcebe7e22
4 changed files with 19 additions and 0 deletions

View file

@ -599,6 +599,7 @@ config :http_signatures,
config :pleroma, :rate_limit,
authentication: {60_000, 15},
timeline: {500, 3},
search: [{1000, 10}, {1000, 30}],
app_account_creation: {1_800_000, 25},
relations_actions: {10_000, 10},