forked from AkkomaGang/akkoma
Merge branch 'fix-rate-limit-test' into 'develop'
Fix rate limit test See merge request pleroma/pleroma!1289
This commit is contained in:
commit
b7fc722a2e
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