diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-03-21 17:38:09 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-03-21 17:38:09 +0900 |
| commit | 667d58bad4544d6e9dc75cfc4e6216179e2bc1aa (patch) | |
| tree | d6ac2da158cece66b1815c9bab754e333628c7c8 /src/daemons | |
| parent | Revert "perf: Reduce database query" (diff) | |
| download | sharkey-667d58bad4544d6e9dc75cfc4e6216179e2bc1aa.tar.gz sharkey-667d58bad4544d6e9dc75cfc4e6216179e2bc1aa.tar.bz2 sharkey-667d58bad4544d6e9dc75cfc4e6216179e2bc1aa.zip | |
better note read handling
Diffstat (limited to 'src/daemons')
| -rw-r--r-- | src/daemons/janitor.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemons/janitor.ts b/src/daemons/janitor.ts index 462ebf915c..c079086427 100644 --- a/src/daemons/janitor.ts +++ b/src/daemons/janitor.ts @@ -1,3 +1,5 @@ +// TODO: 消したい + const interval = 30 * 60 * 1000; import { AttestationChallenges } from '../models'; import { LessThan } from 'typeorm'; |