From 45ee8b2a2b208fb100f1ab93ce693f77d5b438f8 Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Wed, 20 Sep 2017 18:27:54 +0200 Subject: [PATCH] changes usleep back to normal in postprocessing --- slsDetectorSoftware/slsDetectorAnalysis/postProcessing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/slsDetectorAnalysis/postProcessing.cpp b/slsDetectorSoftware/slsDetectorAnalysis/postProcessing.cpp index 7f45c9fee..4911a8991 100644 --- a/slsDetectorSoftware/slsDetectorAnalysis/postProcessing.cpp +++ b/slsDetectorSoftware/slsDetectorAnalysis/postProcessing.cpp @@ -559,7 +559,7 @@ void* postProcessing::processData(int delflag) { break; } - usleep(200 * 1000); //20ms need this else connecting error to receiver (too fast) + usleep(100 * 1000); //20ms need this else connecting error to receiver (too fast) } } }