Update index.ts
Some checks failed
Deploy Images to GHCR / push-app-image (push) Has been cancelled

This commit is contained in:
Nicolas 2024-10-12 19:49:37 -03:00
parent d3856371c9
commit 03287821c2

View File

@ -29,7 +29,6 @@ const { ExpressAdapter } = require("@bull-board/express");
const numCPUs = process.env.ENV === "local" ? 2 : os.cpus().length;
Logger.info(`Number of CPUs: ${numCPUs} available`);
// Disable CacheableLookup for VPC fire-engine-api
const cacheable = new CacheableLookup()