@@ -76,8 +76,8 void AmdaProvider::requestDataLoading(QUuid acqIdentifier, const DataProviderPar | |||||
76 | for (const auto &dateTime : qAsConst(times)) { |
|
76 | for (const auto &dateTime : qAsConst(times)) { | |
77 | this->retrieveData(acqIdentifier, dateTime, data); |
|
77 | this->retrieveData(acqIdentifier, dateTime, data); | |
78 |
|
78 | |||
79 | // TORM |
|
79 | // TORM when AMDA will support quick asynchrone request | |
80 |
|
|
80 | QThread::msleep(1000); | |
81 | } |
|
81 | } | |
82 | } |
|
82 | } | |
83 |
|
83 |
General Comments 0
You need to be logged in to leave comments.
Login now