Merge branch 'develop' into feature/matstodon-statuses-by-name
[akkoma] / config / test.exs
index 19d7cca5f220df34f8642cb30fe026b347d76c6f..96ecf3592447c5c4b55546b97ae2fcfd523ec86d 100644 (file)
@@ -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"