From 6b5c372eff1f6c4588eb511aee1be6b29914be59 Mon Sep 17 00:00:00 2001 From: Rob Vella Date: Sun, 2 Aug 2020 00:36:12 -0700 Subject: [PATCH] Add failure conditions for connection to allmon --- streamServer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamServer.php b/streamServer.php index ec401c5..0f07b86 100644 --- a/streamServer.php +++ b/streamServer.php @@ -100,7 +100,7 @@ class Stream if (!$this->stream) { $this->appendToStreamOutput($this->timeFormatted() . " rpt0000 KEYED [via 0000] [WINSystem Allmon Connection Failed]"); - sleep(5); + sleep(120); $this->streamLoop(); }