mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Increase traceroute timeout (#14084)
traceroute going to 30hops with a 3s timeout was exceeding the default execution time. https://community.librenms.org/t/possible-bug-in-polling/19061
This commit is contained in:
@@ -146,6 +146,7 @@ class ConnectivityHelper
|
||||
}
|
||||
|
||||
$process = new Process($command);
|
||||
$process->setTimeout(120);
|
||||
$process->run();
|
||||
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user