How-to disable or tune rate limiting by ip address?

I have multiple users sharing the same ip address using my discourse instance, how do I tune the rate limiting on the new discourse 3? i dont think this has very good default values, they seem to low. i didn’t get this problem with the previous version

image

image

You can set these in your ENV section in app.yml.

  DISCOURSE_MAX_REQS_PER_IP_PER_10_SECONDS: 200
  DISCOURSE_MAX_REQS_PER_IP_PER_MINUTE: 400
2 Likes

For your information, there is documentation about rate limits:

It’s easily found by using the search. First result :v:

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.