...
|
...
|
@@ -27,7 +27,7 @@ function start(){ |
|
|
while (true){
|
|
|
|
|
|
// 运行超过1天的 停止
|
|
|
if($run_timer < (time()-43200)){
|
|
|
if($run_timer < (time()-21600)){
|
|
|
break;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -80,7 +80,7 @@ function start(){ |
|
|
// 循环阻塞
|
|
|
while (true){
|
|
|
// 运行超过1天的 停止
|
|
|
if($run_timer < (time()-43200)){
|
|
|
if($run_timer < (time()-21600)){
|
|
|
break;
|
|
|
}
|
|
|
// 需要同步的id
|
...
|
...
|
|