Reduce img wait time

This commit is contained in:
bingus_violet 2024-06-08 16:13:57 -05:00
parent a6d2990e7a
commit e64c9feea2

View file

@ -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