mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Account for proper setting of max_pending
This commit is contained in:
@@ -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),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user