Skip to content

Commit

Permalink
Update context.go
Browse files Browse the repository at this point in the history
  • Loading branch information
hakzor committed Oct 10, 2023
1 parent 3c3a5eb commit aec32f4
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 aec32f4

Please sign in to comment.