Add rate limiting for search endpoints

This commit is contained in:
Egor Kislitsyn 2019-06-11 14:28:39 +07:00
commit bc8f059367
2 changed files with 4 additions and 0 deletions

View file

@ -503,6 +503,8 @@ config :pleroma, :database, rum_enabled: false
config :http_signatures,
adapter: Pleroma.Signature
config :pleroma, :rate_limit, search: [{1000, 10}, {1000, 30}]
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{Mix.env()}.exs"