Memory saving

merge-requests/1/merge
Bsian 2019-11-30 23:00:11 +00:00
parent f806afa1da
commit d52e698fde
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 1 additions and 2 deletions

View File

@ -116,8 +116,7 @@ export default class Client extends Eris.Client {
});
this.server = new Server(this, { port: this.config.port });
const files = Object.keys(require.cache).filter((path) => path.startsWith('/var/CloudServices/dist'));
files.forEach((file) => delete require.cache[file]);
require.cache = {};
}
}