From 053ad6fb1da0ffb1f92de97f2af76fa79d391dac Mon Sep 17 00:00:00 2001 From: theBigBlase Date: Thu, 21 Dec 2023 18:43:45 -0500 Subject: [PATCH] mqtt config: upload up to 20meg --- mqtt/rumqttd.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mqtt/rumqttd.toml b/mqtt/rumqttd.toml index ecc741e..d986182 100644 --- a/mqtt/rumqttd.toml +++ b/mqtt/rumqttd.toml @@ -42,7 +42,7 @@ listen = "0.0.0.0:1883" next_connection_delay_ms = 1 [v4.1.connections] connection_timeout_ms = 60000 - max_payload_size = 20480 + max_payload_size = 20000000 # 20 megs max_inflight_count = 100 dynamic_filters = true # auth = { user1 = "p@ssw0rd", user2 = "password" } @@ -73,7 +73,7 @@ listen = "0.0.0.0:1884" next_connection_delay_ms = 1 [v5.1.connections] connection_timeout_ms = 60000 - max_payload_size = 20480 + max_payload_size = 20000000 # 20 megs max_inflight_count = 100 [prometheus] @@ -88,7 +88,7 @@ next_connection_delay_ms = 1 connection_timeout_ms = 60000 max_client_id_len = 256 throttle_delay_ms = 0 - max_payload_size = 20480 + max_payload_size = 20000000 # 20 megs max_inflight_count = 500 max_inflight_size = 1024