##// END OF EJS Templates
Add sleep to permits AMDA to wait 1 sec between each request
perrinel -
r628:40f1a68a746c
parent child
Show More
@@ -76,8 +76,8 void AmdaProvider::requestDataLoading(QUuid acqIdentifier, const DataProviderPar
76 76 for (const auto &dateTime : qAsConst(times)) {
77 77 this->retrieveData(acqIdentifier, dateTime, data);
78 78
79 // TORM
80 // QThread::msleep(200);
79 // TORM when AMDA will support quick asynchrone request
80 QThread::msleep(1000);
81 81 }
82 82 }
83 83
General Comments 0
You need to be logged in to leave comments. Login now