mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-26 00:46:44 -06:00
68571d8f57
Resolve #7422 Fix #7424
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
|