Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4123: Fix iInFlightTCPPings check
This PR contains 2 parts: According to the documentation of Settings::IMaxInFlightTCPPings, a value of 0 should disable the check. That was not the case though which is corrected by this commit. We have received reports about users getting disconnects even though their network was fine (#3448). By increasing this limit by default, we should be able to circumvent that.
- Loading branch information