From 77a3a9a7a657f845f07253ff65001ba284cf3d38 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Thu, 30 Nov 2023 22:42:01 -0300 Subject: [PATCH] fix(basic.gblib): Databases. #392 @othonlima. --- src/app.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.ts b/src/app.ts index fc40c0bb..5f3448d5 100644 --- a/src/app.ts +++ b/src/app.ts @@ -93,6 +93,7 @@ export class GBServer { runGC(); }, 5 * 60 * 1000); } + runGC(); if (process.env.TEST_SHELL) {