Increase expected disconnect cooldown to 5.0 seconds (#540)

This commit is contained in:
J. Nick Koston 2023-09-05 19:22:13 -05:00 committed by GitHub
parent e0c4530dd8
commit 223eb23c05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ from .core import (
_LOGGER = logging.getLogger(__name__)
EXPECTED_DISCONNECT_COOLDOWN = 3.0
EXPECTED_DISCONNECT_COOLDOWN = 5.0
MAXIMUM_BACKOFF_TRIES = 100
TYPE_PTR = 12