Push cleanup interval back to 5min
This commit is contained in:
parent
d781c6c3b4
commit
a011d4524d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import { DAYS, MINUTES } from "../utils";
|
|||
import { isAPI } from "../globals";
|
||||
import { connection } from "./db";
|
||||
|
||||
const CLEANUP_INTERVAL = 1 * MINUTES;
|
||||
const CLEANUP_INTERVAL = 5 * MINUTES;
|
||||
|
||||
/**
|
||||
* How long message edits, deletions, etc. will include the original message content.
|
||||
|
|
Loading…
Add table
Reference in a new issue