Skip to content

Commit

Permalink
Update context.go
Browse files Browse the repository at this point in the history
  • Loading branch information
hakzor authored and Peter Bollen committed Apr 3, 2024
1 parent caecace commit 73904bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/base/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const (

const (
HTTPStatusOK = 200
MaxEventsBatchSize = 1000000
MaxEventsBatchSize = 200000
ETAUnknown = math.MinInt64
)

Expand Down

0 comments on commit 73904bb

Please sign in to comment.