parent
037837b551
commit
0e4a111f81
1714 changed files with 20803 additions and 11751 deletions
2
packages/backend/src/const.ts
Normal file
2
packages/backend/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