mirror of
https://github.com/ShaYmez/allmon2-last-heard.git
synced 2025-02-03 09:44:13 -05:00
Add failure conditions for connection to allmon
This commit is contained in:
parent
a4fe497a92
commit
6b5c372eff
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user