Clarify auth throttle desc

This commit is contained in:
Jason Ertel
2023-05-08 16:06:10 -04:00
parent 79a5f3a89f
commit dfc4498921

View File

@@ -25,6 +25,6 @@ nginx:
global: True
helpLink: nginx.html
throttle_login_rate:
description: Number of login requests per minute that can be processed without triggering a rate limit. Higher values allow more repeated login attempts. Requests are counted by unique client IP and averaged over time.
description: Number of login API requests per minute that can be processed without triggering a rate limit. Higher values allow more repeated login attempts. Requests are counted by unique client IP and averaged over time. Note that a single login flow will perform multiple requests to the login API, so this value will need to be adjusted accordingly.
global: True
helpLink: nginx.html