mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-12-25 02:19:31 +00:00
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
|
@ -60,7 +60,7 @@ config :pleroma, Pleroma.ScheduledActivity,
|
||||||
total_user_limit: 3,
|
total_user_limit: 3,
|
||||||
enabled: false
|
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"
|
config :pleroma, :http_security, report_uri: "https://endpoint.com"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue