diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-06-14 19:24:31 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-06-14 19:24:31 +0700 |
commit | ce823fa88e2586a4edeb2c0698b9cb72b20a4fdc (patch) | |
tree | 5e2f835b769713f6541025682100175fc21e3891 | |
parent | 7f48b90bfb8410606e4d733af8b212bea8534db2 (diff) | |
download | pleroma-ce823fa88e2586a4edeb2c0698b9cb72b20a4fdc.tar.gz |
Fix rate limit test
-rw-r--r-- | config/test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
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" |