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