[#1094] Rate-limited follow & unfollow actions.
This commit is contained in:
parent
d3b9222761
commit
889dc17abd
3 changed files with 12 additions and 0 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue