mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-05-19 12:18:28 +00:00
2 lines
133 B
TypeScript
2 lines
133 B
TypeScript
export const USER_ONLINE_THRESHOLD = 1000 * 60 * 10; // 10min
|
|
export const USER_ACTIVE_THRESHOLD = 1000 * 60 * 60 * 24 * 3; // 3days
|