Increase packet timeout on DTSC packets
This commit is contained in:
parent
bd174d6db0
commit
1b091987bb
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ namespace DTSC {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(!src.spool()){
|
if(!src.spool()){
|
||||||
if (sleepCount++ > 50){
|
if (sleepCount++ > 150){
|
||||||
WARN_MSG("Waiting for packet on connection timed out");
|
WARN_MSG("Waiting for packet on connection timed out");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue