We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6fbcc commit 34d839eCopy full SHA for 34d839e
pubsub/flow_controller.go
@@ -46,7 +46,7 @@ const (
46
47
// FlowControlSettings controls flow control for messages while publishing or subscribing.
48
type FlowControlSettings struct {
49
- // MaxOutstandingMessages is the maximum number of bufered messages to be published.
+ // MaxOutstandingMessages is the maximum number of buffered messages to be published.
50
// If less than or equal to zero, this is disabled.
51
MaxOutstandingMessages int
52
0 commit comments