X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=inline;f=config%2Ftest.exs;h=96ecf3592447c5c4b55546b97ae2fcfd523ec86d;hb=2ba07b63f4557554cd4acc63dc8e0424612554a0;hp=19d7cca5f220df34f8642cb30fe026b347d76c6f;hpb=d91231f0be2b2115b7e53aee8a07de6620d033d4;p=akkoma diff --git a/config/test.exs b/config/test.exs index 19d7cca5f..96ecf3592 100644 --- a/config/test.exs +++ b/config/test.exs @@ -65,7 +65,9 @@ config :pleroma, Pleroma.ScheduledActivity, total_user_limit: 3, enabled: false -config :pleroma, :rate_limit, app_account_creation: {10_000, 5} +config :pleroma, :rate_limit, + search: [{1000, 30}, {1000, 30}], + app_account_creation: {10_000, 5} config :pleroma, :http_security, report_uri: "https://endpoint.com"