forked from AkkomaGang/akkoma
Fix rate limit test
This commit is contained in:
parent
7f48b90bfb
commit
ce823fa88e
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
total_user_limit: 3,
|
||||
enabled: false
|
||||
|
||||
config :pleroma, :rate_limit, app_account_creation: {1000, 5}
|
||||
config :pleroma, :rate_limit, app_account_creation: {10_000, 5}
|
||||
|
||||
config :pleroma, :http_security, report_uri: "https://endpoint.com"
|
||||
|
||||
|
|
Loading…
Reference in a new issue