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 JS implementation multiplexes calls together in one single GET to avoid doing many requests. However, we run into limits when the querystring is about 4000 bytes because many gateways don't allow larger sizes.
We need to batch the multiplexed requests to not exceed 4000 bytes.
The text was updated successfully, but these errors were encountered:
The JS implementation multiplexes calls together in one single GET to avoid doing many requests. However, we run into limits when the querystring is about 4000 bytes because many gateways don't allow larger sizes.
We need to batch the multiplexed requests to not exceed 4000 bytes.
The text was updated successfully, but these errors were encountered: