|
@@ -51,7 +51,7 @@ public class DeviceDataMessageBus implements InitializingBean {
|
|
|
DeviceData data = mongoTemplate.findOne(query, DeviceData.class);
|
|
|
asyncProcessDeviceDataService.asyncProcessDeviceData(data,deviceDataProcessors);
|
|
|
try {
|
|
|
- Thread.sleep(200L);
|
|
|
+ Thread.sleep(100L);
|
|
|
} catch (InterruptedException e) {
|
|
|
log.error("thread interrupt",e);
|
|
|
}
|