Skip to content

Commit

Permalink
bump empty messages limit (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashabaranov authored Feb 14, 2023
1 parent ee3df71 commit 67a43e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

var (
emptyMessagesLimit = 100
emptyMessagesLimit = 300
ErrTooManyEmptyStreamMessages = errors.New("stream has sent too many empty messages")
)

Expand Down

0 comments on commit 67a43e6

Please sign in to comment.