diff --git a/go/base/context.go b/go/base/context.go index cf90027f8..d38a3fd19 100644 --- a/go/base/context.go +++ b/go/base/context.go @@ -50,7 +50,7 @@ const ( const ( HTTPStatusOK = 200 - MaxEventsBatchSize = 1000000 + MaxEventsBatchSize = 200000 ETAUnknown = math.MinInt64 )