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
Currently maxQueueSize is 256 by default.
Problem is that some hosts can have 1 shard, others can have 256 shards.
While having cap of 256 pending requests for 1 shard host is ok.
For host of 256 shards it is way to low.
This commit scales maxQueueSize by number of shards, which allow default
value works for hosts of any size.
0 commit comments