Skip to content

Commit

Permalink
Remove update to MaxWaiting as the server does not support it
Browse files Browse the repository at this point in the history
  • Loading branch information
codegangsta committed Aug 3, 2022
1 parent c7c2698 commit e7a08b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/js_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,6 @@ func TestJetStreamManagement(t *testing.T) {
expected.MaxDeliver = 1
expected.SampleFrequency = "30"
expected.MaxAckPending = 10
expected.MaxWaiting = 20
expected.HeadersOnly = true
expected.MaxRequestBatch = 10
expected.MaxRequestExpires = 2 * time.Second
Expand Down

0 comments on commit e7a08b8

Please sign in to comment.