mirror of
https://github.com/thingsboard/thingsboard-gateway
synced 2025-10-26 22:31:42 +08:00
Remove sleep per data point pushed
This commit is contained in:
@@ -939,7 +939,6 @@ class TBGatewayService:
|
||||
except Exception as e:
|
||||
log.exception(e)
|
||||
success = False
|
||||
sleep(self.__min_pack_send_delay_ms)
|
||||
if success and self.tb_client.is_connected():
|
||||
self._event_storage.event_pack_processing_done()
|
||||
del devices_data_in_event_pack
|
||||
|
||||
Reference in New Issue
Block a user