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, the queue handshake timeout is cannot be set through options,
so it is always set to the defaultHandshakeTimeout. The queue handshake
timeout is used when determining if the queue should be resent or not,
and defines minimum time we need to wait before resending the queue
again. The value prior to this commit was 100ms, which is too low to
make an impact, as it's unlikely that we'll try to resend the queue
within 100ms of the last time we sent it.
0 commit comments