소스 검색

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

flyzto 3 달 전
부모
커밋
114a987548
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {