作者 邓超

xxx

@@ -27,7 +27,7 @@ function start(){ @@ -27,7 +27,7 @@ function start(){
27 while (true){ 27 while (true){
28 28
29 // 运行超过1天的 停止 29 // 运行超过1天的 停止
30 - if($run_timer < (time()-43200)){ 30 + if($run_timer < (time()-21600)){
31 break; 31 break;
32 } 32 }
33 33
@@ -80,7 +80,7 @@ function start(){ @@ -80,7 +80,7 @@ function start(){
80 // 循环阻塞 80 // 循环阻塞
81 while (true){ 81 while (true){
82 // 运行超过1天的 停止 82 // 运行超过1天的 停止
83 - if($run_timer < (time()-43200)){ 83 + if($run_timer < (time()-21600)){
84 break; 84 break;
85 } 85 }
86 // 需要同步的id 86 // 需要同步的id