forked from engineering/cloudservices
fixes
parent
f87a02fd17
commit
9201599aae
|
@ -17,9 +17,6 @@ const memoryLimits = {
|
||||||
|
|
||||||
export default function memory(client: Client) {
|
export default function memory(client: Client) {
|
||||||
const set = new Set<string>();
|
const set = new Set<string>();
|
||||||
setInterval(() => {
|
|
||||||
set.clear();
|
|
||||||
}, 3600000);
|
|
||||||
setInterval(async () => {
|
setInterval(async () => {
|
||||||
try {
|
try {
|
||||||
const accounts = await client.db.Account.find();
|
const accounts = await client.db.Account.find();
|
||||||
|
|
Loading…
Reference in New Issue