delay configurable

This commit is contained in:
2021-09-28 15:32:58 +02:00
parent a4d6421510
commit 1622e23f1c
2 changed files with 4 additions and 3 deletions

View File

@ -187,7 +187,7 @@ void TcpTmTcServer::handleServerOperation(socket_t& connSocket) {
return;
}
if(not tcAvailable and not tmSent) {
TaskFactory::delayTask(DEFAULT_LOOP_DELAY_MS);
TaskFactory::delayTask(tcpConfig.tcpLoopDelay);
}
}
else {