logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: b7fc722a2e9e93341229cb122aac605421782295
parent: 7f48b90bfb8410606e4d733af8b212bea8534db2
Author: rinpatch <rinpatch@sdf.org>
Date:   Fri, 14 Jun 2019 14:50:19 +0000

Merge branch 'fix-rate-limit-test' into 'develop'

Fix rate limit test

See merge request pleroma/pleroma!1289

Diffstat:

Mconfig/test.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/test.exs b/config/test.exs @@ -60,7 +60,7 @@ config :pleroma, Pleroma.ScheduledActivity, 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"