Revert to max_keepalive=0.

pull/2709/head
Roger A. Light 3 years ago
parent 62a43617f4
commit abe3d7d180

@ -284,7 +284,7 @@ static void config__init_reload(struct mosquitto__config *config)
mosquitto__FREE(config->log_timestamp_format);
config->global_max_clients = -1;
config->global_max_connections = -1;
config->max_keepalive = 65535;
config->max_keepalive = 0;
config->max_packet_size = 0;
config->max_inflight_messages = 20;
config->max_queued_messages = 1000;

Loading…
Cancel
Save