mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Extend getAgentNameFromCmdExec timeout to 60s
This commit is contained in:
parent
6d59a78fc9
commit
83e5287613
@ -662,7 +662,7 @@ Pandora_Windows_Service::getValueFromCmdExec (string cmd_exec, int timeout)
|
|||||||
string
|
string
|
||||||
Pandora_Windows_Service::getAgentNameFromCmdExec (string cmd_exec)
|
Pandora_Windows_Service::getAgentNameFromCmdExec (string cmd_exec)
|
||||||
{
|
{
|
||||||
return getValueFromCmdExec(cmd_exec, 10000);
|
return getValueFromCmdExec(cmd_exec, 60000);
|
||||||
}
|
}
|
||||||
|
|
||||||
string
|
string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user