summaryrefslogtreecommitdiff
path: root/src/const.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-04-18 00:07:33 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-04-18 00:07:33 +0900
commit938fcb3e5ecc6862e40c9cb85b8010af63c69181 (patch)
tree512fa77d5b4dca9efd38af00a805c187876029fc /src/const.ts
parentMerge branch 'develop' (diff)
parent12.77.0 (diff)
downloadmisskey-938fcb3e5ecc6862e40c9cb85b8010af63c69181.tar.gz
misskey-938fcb3e5ecc6862e40c9cb85b8010af63c69181.tar.bz2
misskey-938fcb3e5ecc6862e40c9cb85b8010af63c69181.zip
Merge branch 'develop'
Diffstat (limited to 'src/const.ts')
-rw-r--r--src/const.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/const.ts b/src/const.ts
new file mode 100644
index 0000000000..43f59f1e4f
--- /dev/null
+++ b/src/const.ts
@@ -0,0 +1,2 @@
+export const USER_ONLINE_THRESHOLD = 1000 * 60 * 10; // 10min
+export const USER_ACTIVE_THRESHOLD = 1000 * 60 * 60 * 24 * 3; // 3days