update consumers

This commit is contained in:
Emily
2024-09-18 17:57:25 +02:00
parent 0be3dbecbf
commit 628e471cec
10 changed files with 953 additions and 5 deletions

View File

@@ -2,4 +2,4 @@
// Default: 1.01
// ((events + visits) * VALUE) > limit
export const EVENT_LOG_LIMIT_PERCENT = 1.01;
export const MAX_LOG_LIMIT_PERCENT = 1.01;