mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
refactoring dashboard
This commit is contained in:
5
shared_global/data/broker/EventType.ts
Normal file
5
shared_global/data/broker/EventType.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
export enum EventType {
|
||||
VISIT = 0,
|
||||
EVENT = 1
|
||||
}
|
||||
5
shared_global/data/broker/Limits.ts
Normal file
5
shared_global/data/broker/Limits.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
// Default: 1.01
|
||||
// ((events + visits) * VALUE) > limit
|
||||
export const MAX_LOG_LIMIT_PERCENT = 1.01;
|
||||
Reference in New Issue
Block a user