Explorar el Código

比赛过期时间延长到 3 小时

flyzto hace 3 meses
padre
commit
114a987548
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      server/models/GamesPs.js

+ 1 - 1
server/models/GamesPs.js

@@ -452,7 +452,7 @@ const fetchGamesRelation = async (mk='') => {
           item.mk = 2;
         }
         item.timestamp = timestamp;
-        const expireTime = timestamp + 1000*60*60*2;
+        const expireTime = timestamp + 1000*60*60*3;
         return expireTime > nowTime;
       }).map(item => {
         const {