Merge branch 'release-5.1' of github.com:apple/foundationdb into release-5.1
This commit is contained in:
commit
3d2f08dcb5
|
@ -144,7 +144,8 @@ public:
|
|||
pingReceiver(endpoints),
|
||||
warnAlwaysForLargePacket(true),
|
||||
lastIncompatibleMessage(0),
|
||||
transportId(transportId)
|
||||
transportId(transportId),
|
||||
numIncompatibleConnections(0)
|
||||
{}
|
||||
|
||||
void initMetrics() {
|
||||
|
|
Loading…
Reference in New Issue