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 New Issue
Block a user