diff options
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'; |