From 7229a39f479e0e9d254a159f00457036868c22a7 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sat, 4 Jun 2022 20:44:43 -0400 Subject: [PATCH] Drop data reset tries to 2 before connection reset --- piker/brokers/ib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/brokers/ib.py b/piker/brokers/ib.py index 39174867..ab22f4d6 100644 --- a/piker/brokers/ib.py +++ b/piker/brokers/ib.py @@ -1601,7 +1601,7 @@ async def get_bars( # try to wait on the reset event(s) to arrive, a timeout # will trigger a retry up to 6 times (for now). - tries: int = 3 + tries: int = 2 timeout: float = 10 # try 3 time with a data reset then fail over to