1
0
Fork 0
refactor/models
Matthew 2020-05-03 18:36:18 -04:00
parent f87a02fd17
commit 9201599aae
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,6 @@ const memoryLimits = {
export default function memory(client: Client) {
const set = new Set<string>();
setInterval(() => {
set.clear();
}, 3600000);
setInterval(async () => {
try {
const accounts = await client.db.Account.find();