diff --git a/index.js b/index.js index faa44f2..75d49b5 100644 --- a/index.js +++ b/index.js @@ -34,7 +34,7 @@ if (mode == 'cli') { } else if (mode == 'site') { const app = e(); app.get('/top', async (req, res) => { - if ((new Date) - cacheDate < 1000*10) { + if ((new Date) - cacheDate < 1000*1) { res.send(cache); return; }