Skip to content

Commit 632b88b

Browse files
authored
fix: Revert CLIENT_KEEPALIVE back to 60 (#641)
This reverts back to the old default since there is no specific reason to change it.
1 parent 0d4e1d0 commit 632b88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/mqtt/roborock_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
_LOGGER = logging.getLogger(__name__)
2525
_MQTT_LOGGER = logging.getLogger(f"{__name__}.aiomqtt")
2626

27-
CLIENT_KEEPALIVE = datetime.timedelta(seconds=120)
27+
CLIENT_KEEPALIVE = datetime.timedelta(seconds=60)
2828
TOPIC_KEEPALIVE = datetime.timedelta(seconds=60)
2929

3030
# Exponential backoff parameters

0 commit comments

Comments
 (0)