diff options
author | rinpatch <rinpatch@sdf.org> | 2019-05-14 23:16:34 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-05-14 23:16:34 +0300 |
commit | 2ca8d20053ef2abda070b8aba0e6937cf2f07991 (patch) | |
tree | 420e3e7a0653052dff007d1652b87867bbb43db6 | |
parent | 38f3393e934330454fb942048c19ee5640563a08 (diff) | |
download | pleroma-2ca8d20053ef2abda070b8aba0e6937cf2f07991.tar.gz pleroma-2ca8d20053ef2abda070b8aba0e6937cf2f07991.zip |
Fix rate-limiting tests
-rw-r--r-- | config/test.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/test.exs b/config/test.exs index f93bc5994..a0c90c371 100644 --- a/config/test.exs +++ b/config/test.exs @@ -59,6 +59,8 @@ config :pleroma, Pleroma.ScheduledActivity, total_user_limit: 3, enabled: false +config :pleroma, :app_account_creation, max_requests: 5 + try do import_config "test.secret.exs" rescue |