From 921e1fb3d14055988ac64cf3ae20eb03dd5abc10 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Thu, 10 Mar 2022 14:57:49 -0500
Subject: [PATCH] Update mqtt-install.sh

---
 setup/mqtt-install.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup/mqtt-install.sh b/setup/mqtt-install.sh
index b30943fe..fe1a5ce2 100644
--- a/setup/mqtt-install.sh
+++ b/setup/mqtt-install.sh
@@ -28,8 +28,8 @@ BL=`echo "\033[36m"`
 CM='\xE2\x9C\x94\033'
 GN=`echo "\033[1;92m"`
 CL=`echo "\033[m"`
-RETRY_NUM=5
-RETRY_EVERY=3
+RETRY_NUM=15
+RETRY_EVERY=5
 NUM=$RETRY_NUM
 
 echo -en "${GN} Setting up Container OS... "