Add failure conditions for connection to allmon

This commit is contained in:
Rob Vella 2020-08-02 00:36:12 -07:00
parent a4fe497a92
commit 6b5c372eff
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}