parent
61461b7f59
commit
68571d8f57
10 changed files with 92 additions and 9 deletions
2
src/const.ts
Normal file
2
src/const.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export const USER_ONLINE_THRESHOLD = 1000 * 60 * 10; // 10min
|
||||
export const USER_ACTIVE_THRESHOLD = 1000 * 60 * 60 * 24 * 3; // 3days
|
||||
Loading…
Add table
Add a link
Reference in a new issue