mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix for snmp queries that take longer than 60s (#9574)
This commit is contained in:
@ -85,6 +85,7 @@ function external_exec($command)
|
||||
global $debug, $vdebug;
|
||||
|
||||
$proc = new \Symfony\Component\Process\Process($command);
|
||||
$proc->setTimeout(600);
|
||||
|
||||
if ($debug && !$vdebug) {
|
||||
$patterns = [
|
||||
|
Reference in New Issue
Block a user