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
The maxQueueSize property in Spring Boot 2.2 has been mapped to REQUEST_THROTTLER_MAX_QUEUE_SIZE. There is a case there to improve the support around request throttling by creating a dedicated namespace and offer additional configuration options.
The text was updated successfully, but these errors were encountered:
Follow-up of #18621
The
maxQueueSize
property in Spring Boot 2.2 has been mapped toREQUEST_THROTTLER_MAX_QUEUE_SIZE
. There is a case there to improve the support around request throttling by creating a dedicated namespace and offer additional configuration options.The text was updated successfully, but these errors were encountered: