Skip to content
Snippets Groups Projects
Commit 15db6cef authored by buczekp's avatar buczekp
Browse files

[LMS-1453] removed sleep

SVN: 15258
parent b867b6c2
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,6 @@ public class QueueingDataSetStatusUpdaterService
final DataSetCodeWithStatus dataSet = queue.peekWait();
updater.updateDataSetStatus(dataSet.getDataSetCode(), dataSet
.getStatus());
Thread.sleep(10000);
// Note: this is the only consumer of this queue.
queue.take();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment