Push cleanup interval back to 5min

This commit is contained in:
Dragory 2020-05-28 03:13:34 +03:00
parent d781c6c3b4
commit a011d4524d
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -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.