Fix for snmp queries that take longer than 60s (#9574)

This commit is contained in:
Tony Murray
2018-12-20 19:51:06 -06:00
committed by GitHub
parent 2d84606abf
commit 010ff08e7f

View File

@ -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 = [