From e8d736ebe0900f82332bc8bd3432a6af2f57a0d2 Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Sun, 23 Aug 2015 13:33:25 -0700 Subject: [PATCH] Account for proper setting of max_pending --- server/opts_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/opts_test.go b/server/opts_test.go index 2ac10646..0ebcbeac 100644 --- a/server/opts_test.go +++ b/server/opts_test.go @@ -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), }