From ab4ff14eeb4aa3f5e33b05efb075f17e7cfae27c Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Fri, 7 Feb 2025 23:39:57 -0500 Subject: [PATCH] Just 5 --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 6a98c4b..85713e0 100755 --- a/server.js +++ b/server.js @@ -13,7 +13,7 @@ import { fileURLToPath } from 'url'; const __dirname = dirname(fileURLToPath(import.meta.url)); const geotiffCache = new LRUCache({ - max: 10 // most geotiffs to cache in memory at once + max: 5 // most geotiffs to cache in memory at once }); const inflightPromises = {}; const app = express();