From 479ef56729c55c39cae584f17da797dd35a5493f Mon Sep 17 00:00:00 2001
From: cwy-p8d-u1 <sven-ove.haensel@stud.hs-hannover.de>
Date: Fri, 15 Mar 2024 14:54:11 +0100
Subject: [PATCH] edit message queue to infinity

---
 code/infrastructure/streaming/broker/mosquitto.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code/infrastructure/streaming/broker/mosquitto.conf b/code/infrastructure/streaming/broker/mosquitto.conf
index 985eac6..cb4082b 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
-- 
GitLab