Description
Currently the pendingRequestLimit is in Bytes and this byteLimit is converted to intÂ
RequestLimits(int elementLimit, SizeInBytes byteLimit) { super(elementLimit, byteLimit.getSizeInt()); }
This means the maximum bytes that can be set is the INTEGER limit i.e the pendingRequestSize cannot be set beyond 2GB.
Attachments
Attachments
Issue Links
- links to