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 b0b8681 commit a95a928Copy full SHA for a95a928
go/base/context.go
@@ -50,7 +50,7 @@ const (
50
51
const (
52
HTTPStatusOK = 200
53
- MaxEventsBatchSize = 1000000
+ MaxEventsBatchSize = 200000
54
ETAUnknown = math.MinInt64
55
)
56
0 commit comments