Skip to content
Snippets Groups Projects
Commit c1c7ffd4 authored by Ismael Posada Trobo's avatar Ismael Posada Trobo
Browse files

FEATURE: Apply rate limits per user instead of IP for trusted users...

FEATURE: Apply rate limits per user instead of IP for trusted users (https://github.com/discourse/discourse/commit/b86127ad123ce4eede7bc861134f32d9312128d2)
parent a72fb892
No related branches found
No related tags found
No related merge requests found
......@@ -220,6 +220,9 @@ max_reqs_per_ip_mode = block
# bypass rate limiting any IP resolved as a private IP
max_reqs_rate_limit_on_private = false
# use per user rate limits vs ip rate limits for users with this trust level or more.
skip_per_ip_rate_limit_trust_level = 1
# logged in DoS protection
# protection will only trigger for requests that queue longer than this amount
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment