Skip to content

Commit

Permalink
Custom Events Harvest Limit Increase
Browse files Browse the repository at this point in the history
  • Loading branch information
mirackara authored and iamemilio committed Nov 2, 2022
1 parent 9991a3e commit bb76c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/internal/limits.go
Expand Up @@ -15,7 +15,7 @@ const (
MaxPayloadSizeInBytes = 1000 * 1000
// MaxCustomEvents is the maximum number of Transaction Events that can be captured
// per 60-second harvest cycle
MaxCustomEvents = 10 * 1000
MaxCustomEvents = 30 * 1000
// MaxLogEvents is the maximum number of Log Events that can be captured per
// 60-second harvest cycle
MaxLogEvents = 10 * 1000
Expand Down

0 comments on commit bb76c82

Please sign in to comment.