[#1094] Rate-limited follow & unfollow actions.

This commit is contained in:
Ivan Tashkinov 2019-07-16 19:18:30 +03:00
commit 889dc17abd
3 changed files with 12 additions and 0 deletions

View file

@ -528,6 +528,8 @@ config :http_signatures,
config :pleroma, :rate_limit,
search: [{1000, 10}, {1000, 30}],
app_account_creation: {1_800_000, 25},
relations_actions: {10_000, 10},
relation_id_action: {60_000, 2},
statuses_actions: {10_000, 15},
status_id_action: {60_000, 3}