We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce1b4bb + 1a7fba5 commit ac46214Copy full SHA for ac46214
Adafruit_IO/mqtt_client.py
@@ -24,7 +24,7 @@
24
25
26
# How long to wait before sending a keep alive (paho-mqtt configuration).
27
-KEEP_ALIVE_SEC = 3600 # One minute
+KEEP_ALIVE_SEC = 60 # One minute
28
29
logger = logging.getLogger(__name__)
30
0 commit comments