mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-11 00:08:37 +01:00
5 lines
100 B
TypeScript
5 lines
100 B
TypeScript
|
|
|
|
// Default: 1.01
|
|
// ((events + visits) * VALUE) > limit
|
|
export const MAX_LOG_LIMIT_PERCENT = 1.01; |