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.
2 parents da504c6 + ccde53f commit 1178b96Copy full SHA for 1178b96
config.go
@@ -43,8 +43,8 @@ type Config struct {
43
// The maximum number of messages that will be sent in one API call.
44
// Messages will be sent when they've been queued up to the maximum batch
45
// size or when the flushing interval timer triggers.
46
- // Note that the API will still enfore a 500KB limit on each HTTP request
47
- // which is independant from the number of embedded messages.
+ // Note that the API will still enforce a 500KB limit on each HTTP request
+ // which is independent from the number of embedded messages.
48
BatchSize int
49
50
// When set to true the client will send more frequent and detailed messages
0 commit comments