Drop data reset tries to 2 before connection reset
parent
d870a09a4b
commit
7229a39f47
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue