mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 15:58:38 +01:00
5 lines
102 B
TypeScript
5 lines
102 B
TypeScript
|
|
|
|
// Default: 1.01
|
|
// ((events + visits) * VALUE) > limit
|
|
export const EVENT_LOG_LIMIT_PERCENT = 1.01; |