diff --git a/index.js b/index.js index 32e28f5..84171b6 100644 --- a/index.js +++ b/index.js @@ -13,7 +13,7 @@ if (!fs.existsSync(cacheFile)) { fs.writeFileSync(cacheFile, "{}") } var app = express() -const imgWaitMax = 15 +const imgWaitMax = 2 app.get("/cached/*", (req, res) => { var imgURL = req.originalUrl