bigger buffers (for tasmota)

master
martin-ger 2023-04-15 09:45:27 +02:00
rodzic 9af8b48b17
commit 7d94092849
3 zmienionych plików z 1 dodań i 1 usunięć

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -28,7 +28,7 @@
// MQTT_BUF_SIZE is the max. size of pending inbound messages for one connection // MQTT_BUF_SIZE is the max. size of pending inbound messages for one connection
// QUEUE_BUFFER_SIZE is the max. size of all pending outbound messages for one connection // QUEUE_BUFFER_SIZE is the max. size of all pending outbound messages for one connection
// //
#define MQTT_BUF_SIZE 1024 #define MQTT_BUF_SIZE 2048
#define QUEUE_BUFFER_SIZE 2048 #define QUEUE_BUFFER_SIZE 2048
#define MQTT_KEEPALIVE 120 /*seconds*/ #define MQTT_KEEPALIVE 120 /*seconds*/