diff --git a/code/infrastructure/streaming/broker/mosquitto.conf b/code/infrastructure/streaming/broker/mosquitto.conf index 985eac62b3680f3b0a32529c644c54a14fb067d1..cb4082b7e060d744dc59a8e2dad8c8f1c277a59b 100644 --- a/code/infrastructure/streaming/broker/mosquitto.conf +++ b/code/infrastructure/streaming/broker/mosquitto.conf @@ -2,4 +2,4 @@ log_dest file /mosquitto/log/mosquitto.log allow_anonymous true listener 1883 0.0.0.0 -max_queued_messages 10000000 \ No newline at end of file +max_queued_messages 1000000000 \ No newline at end of file