|
@@ -163,7 +163,7 @@ void DogCore::time_out()
|
|
|
}
|
|
|
}
|
|
|
if((agBoxShm->processStatus[5].t_time>0)
|
|
|
- &&(static_cast<int>(chkTime1-agBoxShm->processStatus[5].t_time)>120)){
|
|
|
+ &&(static_cast<int>(chkTime1-agBoxShm->processStatus[5].t_time)>300)){
|
|
|
if(system("killall agDP0005")!=-1){
|
|
|
if(system("/root/bin/agDP0005 &")!=-1){
|
|
|
logThread->appendData(QString("[%1 agBoxDog %2] agDP0005 time out: %3")
|