3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 15:45:03 +00:00

Push cleanup interval back to 5min

This commit is contained in:
Dragory 2020-05-28 03:13:34 +03:00
parent 327e0d4fd6
commit 97259e1fa0

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.