fix pricing + limits email + redis

This commit is contained in:
Emily
2024-09-07 15:47:13 +02:00
parent 30b3ed80e2
commit 73739dde9d
15 changed files with 361 additions and 482 deletions

View File

@@ -1,5 +1,5 @@
// Default: 1.1
// Default: 1.01
// ((events + visits) * VALUE) > limit
export const EVENT_LOG_LIMIT_PERCENT = 1.1;
export const EVENT_LOG_LIMIT_PERCENT = 1.01;