Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gbn: increase defaultHandshakeTimeout to 1 second
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.
- Loading branch information