Commit 18969c88 by 冷斌

update

parent 39d7cbf2
...@@ -632,7 +632,7 @@ io.on('connection', function(socket) { ...@@ -632,7 +632,7 @@ io.on('connection', function(socket) {
LivePK_timer[socket.uid]=setTimeout(function() {//定时发送结果 LivePK_timer[socket.uid]=setTimeout(function() {//定时发送结果
endLivePk(io,socket.uid,0); endLivePk(io,socket.uid,0);
}, 7*60*1000); }, 5*60*1000);
//5*60*1000 //5*60*1000
}else if(action=='5'){ }else if(action=='5'){
......
...@@ -432,7 +432,7 @@ class Model_Live extends PhalApi_Model_NotORM { ...@@ -432,7 +432,7 @@ class Model_Live extends PhalApi_Model_NotORM {
$ids= DI()->notorm->users_zombie $ids= DI()->notorm->users_zombie
->select('uid') ->select('uid')
->where("uid not in ({$where})") ->where("uid not in ({$where})")
->limit(0,4) ->limit(0,10)
->fetchAll(); ->fetchAll();
$info=array(); $info=array();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment