1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-16 15:48:09 +09:00
hotomoe/src/const.ts

3 lines
133 B
TypeScript
Raw Normal View History

export const USER_ONLINE_THRESHOLD = 1000 * 60 * 10; // 10min
export const USER_ACTIVE_THRESHOLD = 1000 * 60 * 60 * 24 * 3; // 3days