AXCWG 4 months ago
parent
commit
7cec9dcf95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.js

+ 1 - 1
main.js

@@ -197,7 +197,7 @@ app.get("/getSingle", function (req, res) {
     }
 })
 var availCache = {}
-cron.schedule('*/30 * * * *', ()=>{
+cron.schedule('* */12 * * *', ()=>{
     availCache = {}
 })
 app_serve.get('/:uuid', function (req, res, next) {