Browse Source

mqtt: keepalive less than hb interval

mcspr-patch-1
Maxim Prokhorov 4 years ago
parent
commit
d0c9b6d5eb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/config/general.h

+ 1
- 1
code/espurna/config/general.h View File

@ -1029,7 +1029,7 @@
#endif
#ifndef MQTT_KEEPALIVE
#define MQTT_KEEPALIVE 300 // MQTT keepalive value
#define MQTT_KEEPALIVE 120 // MQTT keepalive value
#endif


Loading…
Cancel
Save