forgot setting connection attempts to 10

This commit is contained in:
DJ2LS 2024-02-03 11:13:15 +01:00
parent b7567ac33e
commit cf35520526

View file

@ -21,7 +21,7 @@ class ISS_State(Enum):
class ARQSessionISS(arq_session.ARQSession):
RETRIES_CONNECT = 1
RETRIES_CONNECT = 10
# DJ2LS: 3 seconds seems to be too small for radios with a too slow PTT toggle time
# DJ2LS: 3.5 seconds is working well WITHOUT a channel busy detection delay