AXCWG 4 сар өмнө
parent
commit
efdc76a03d
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      main.js

+ 1 - 1
main.js

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