Account for proper setting of max_pending

This commit is contained in:
Derek Collison
2015-08-23 13:33:25 -07:00
parent eed8b6cf94
commit e8d736ebe0

View File

@@ -20,6 +20,7 @@ func TestDefaultOptions(t *testing.T) {
AuthTimeout: float64(AUTH_TIMEOUT) / float64(time.Second),
MaxControlLine: MAX_CONTROL_LINE_SIZE,
MaxPayload: MAX_PAYLOAD_SIZE,
MaxPending: MAX_PENDING_SIZE,
ClusterAuthTimeout: float64(AUTH_TIMEOUT) / float64(time.Second),
}