From ce823fa88e2586a4edeb2c0698b9cb72b20a4fdc Mon Sep 17 00:00:00 2001 From: Egor Kislitsyn Date: Fri, 14 Jun 2019 19:24:31 +0700 Subject: [PATCH] Fix rate limit test --- config/test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/test.exs b/config/test.exs index 1c5eff794..73a8b82a1 100644 --- 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"