Skip to content

Commit

Permalink
Revert back to 10k samples as default
Browse files Browse the repository at this point in the history
  • Loading branch information
mirackara committed Jul 26, 2022
1 parent 87dcc8a commit 22bb213
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 = 30 * 1000
MaxCustomEvents = 10 * 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 22bb213

Please sign in to comment.