diff --git a/src/comm/SerialLink.cc b/src/comm/SerialLink.cc index 61af2ac..6ae7105 100644 --- a/src/comm/SerialLink.cc +++ b/src/comm/SerialLink.cc @@ -174,7 +174,7 @@ void SerialLink::run() } } - if (isConnected() && (linkErrorCount > 100)) { + if (isConnected() && (linkErrorCount > 1000)) { qDebug() << "linkErrorCount too high: disconnecting!"; linkErrorCount = 0; emit communicationUpdate(getName(), tr("Disconnecting on too many link errors"));