We are seeing problems with one of our clients disconnecting because it is too slow.
We wanted to throttle our client but noticed that our configuration didn’t seem to take effect. We were trying to throttle at 250 in progress at a time.
<map>
<!---- some stuff removed ------>
<entry key="throttleEnabled" value="true"/>
<entry key="throttleMaxCount" value="250"/>
<entry key="throttleType" value="count"/>
<entry key="sysRecvBufSize" value="131070" />
</map>