|
@@ -41,7 +41,7 @@ public final class MqttClientConfig {
|
|
|
|
|
|
private boolean reconnect = true;
|
|
private boolean reconnect = true;
|
|
private long reconnectDelay = 1L;
|
|
private long reconnectDelay = 1L;
|
|
- private int maxBytesInMessage = 8092;
|
|
|
|
|
|
+ private int maxBytesInMessage = 56234;
|
|
|
|
|
|
public MqttClientConfig() {
|
|
public MqttClientConfig() {
|
|
this(null);
|
|
this(null);
|