mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 02:20:17 +00:00
Add a 1 minute delay on boot for the SysAdm health checks to start. This gives a bit more time for the network connectivity to settle down first.
This commit is contained in:
@@ -43,7 +43,7 @@ void EventWatcher::start(){
|
||||
|
||||
filechecktimer->start();
|
||||
syschecktimer->start();
|
||||
QTimer::singleShot(0, this, SLOT(CheckSystemState()) );
|
||||
QTimer::singleShot(60000, this, SLOT(CheckSystemState()) ); //wait 1 minute for networking to settle down first
|
||||
starting = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user