1
0
mirror of https://github.com/thingsboard/thingsboard-gateway synced 2025-10-26 22:31:42 +08:00

Merge pull request #1113 from CouncilRockProducts/fix/slow-push

Remove sleep per data point pushed
This commit is contained in:
Illia Barkov
2023-05-06 20:11:02 +03:00
committed by GitHub

View File

@@ -969,7 +969,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