You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Admin.Configuration.AppSettings.Common.PermitLimit.Hint" should be "Maximum number of permit counters that can be allowed in a window (1 minute). Must be set to a value > 0 by the time these options are passed to the constructor of FixedWindowRateLimiter. If set to 0 then the limitation is off"
"Admin.Configuration.AppSettings.Common.QueueCount.Hint" should be "Maximum cumulative permit count of queued acquisition requests. Must be set to a value >= 0 by the time these options are passed to the constructor of FixedWindowRateLimiter. If set to 0 then the Queue is off"
The text was updated successfully, but these errors were encountered:
"Admin.Configuration.AppSettings.Common.PermitLimit.Hint" should be "Maximum number of permit counters that can be allowed in a window (1 minute). Must be set to a value > 0 by the time these options are passed to the constructor of FixedWindowRateLimiter. If set to 0 then the limitation is off"
"Admin.Configuration.AppSettings.Common.QueueCount.Hint" should be "Maximum cumulative permit count of queued acquisition requests. Must be set to a value >= 0 by the time these options are passed to the constructor of FixedWindowRateLimiter. If set to 0 then the Queue is off"
The text was updated successfully, but these errors were encountered: