Tweak maximums

This commit is contained in:
Ben Meadors 2025-09-13 18:57:00 -05:00
parent 760471d620
commit 096afa07f8

View File

@ -20,12 +20,12 @@
/// max number of QueueStatus packets which can be waiting for delivery to phone /// max number of QueueStatus packets which can be waiting for delivery to phone
#ifndef MAX_RX_QUEUESTATUS_TOPHONE #ifndef MAX_RX_QUEUESTATUS_TOPHONE
#define MAX_RX_QUEUESTATUS_TOPHONE 4 #define MAX_RX_QUEUESTATUS_TOPHONE 2
#endif #endif
/// max number of MqttClientProxyMessage packets which can be waiting for delivery to phone /// max number of MqttClientProxyMessage packets which can be waiting for delivery to phone
#ifndef MAX_RX_MQTTPROXY_TOPHONE #ifndef MAX_RX_MQTTPROXY_TOPHONE
#define MAX_RX_MQTTPROXY_TOPHONE 32 #define MAX_RX_MQTTPROXY_TOPHONE 16
#endif #endif
/// max number of ClientNotification packets which can be waiting for delivery to phone /// max number of ClientNotification packets which can be waiting for delivery to phone