Commit 8f1d32f7 by 冷斌

update

parent 8adb4e02
...@@ -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);
}, 5*60*1000); }, 7*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,10) ->limit(0,4)
->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