Skip to content

Commit fd597af

Browse files
committed
fix: increase time between forwarding telegram messages
1 parent a3216bb commit fd597af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol-serial-bridge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def _forward_from_telegram(self):
387387
msg,
388388
source=self.TELEGRAM_ADDRESS,
389389
)
390-
shutdown_event.wait(0.1)
390+
shutdown_event.wait(0.5)
391391
shutdown_event.wait(1)
392392

393393
def _ping_sweep_loop(self):

0 commit comments

Comments
 (0)