Skip to content

Commit

Permalink
Update ably/realtime_channel_integration_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: sachin shinde <[email protected]>
  • Loading branch information
AndyTWF and sacOO7 authored Feb 1, 2024
1 parent f0184ad commit 39e5856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ably/realtime_channel_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ func TestRealtimeChannel_SetDefaultLimitIfNoServerLimit(t *testing.T) {
ConnectionKey: "foo",
MaxFrameSize: 12,
MaxInboundRate: 14,
MaxMessageSize: 0,
MaxMessageSize: 0, // 0 represents no limit on message size
ConnectionStateTTL: ably.DurationFromMsecs(time.Minute * 2),
MaxIdleInterval: ably.DurationFromMsecs(time.Second),
}
Expand Down

0 comments on commit 39e5856

Please sign in to comment.