diff options
Diffstat (limited to 'src/zabbix_agent_win32/main.cpp')
-rw-r--r-- | src/zabbix_agent_win32/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zabbix_agent_win32/main.cpp b/src/zabbix_agent_win32/main.cpp index 9e84b339..880d9f57 100644 --- a/src/zabbix_agent_win32/main.cpp +++ b/src/zabbix_agent_win32/main.cpp @@ -42,7 +42,7 @@ WORD confServerPort=10051; DWORD confServerAddr[MAX_SERVERS]; DWORD confServerCount=0; DWORD confTimeout=3000; // 3 seconds default timeout -DWORD confMaxProcTime=100; // 100 milliseconds is default acceptable collector sample processing time +DWORD confMaxProcTime=1000; // 1000 milliseconds is default acceptable collector sample processing time DWORD g_dwLogLevel = EVENTLOG_ERROR_TYPE | EVENTLOG_WARNING_TYPE | EVENTLOG_INFORMATION_TYPE; SUBAGENT *subagentList; // List of loaded subagents |