summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-14 20:27:46 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-14 20:27:46 +0000
commit9417f34c9d651b2a6d650fae428e825735b7cac0 (patch)
treeb0dd111aee384a8db98b5f3bf5c3d5552847904e /src
parentc11f2158406332132f478cee1697e617a825dc93 (diff)
downloadzabbix-9417f34c9d651b2a6d650fae428e825735b7cac0.tar.gz
zabbix-9417f34c9d651b2a6d650fae428e825735b7cac0.tar.xz
zabbix-9417f34c9d651b2a6d650fae428e825735b7cac0.zip
- [DEV-137] increased max number of log file lines sent per second to 100 (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@5495 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src')
-rw-r--r--src/zabbix_agent/active.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zabbix_agent/active.h b/src/zabbix_agent/active.h
index 73d23a36..68cad274 100644
--- a/src/zabbix_agent/active.h
+++ b/src/zabbix_agent/active.h
@@ -27,7 +27,7 @@ extern int CONFIG_REFRESH_ACTIVE_CHECKS;
extern int CONFIG_BUFFER_SEND;
extern int CONFIG_BUFFER_SIZE;
-#define MAX_LINES_PER_SECOND 10
+#define MAX_LINES_PER_SECOND 100
typedef struct zbx_active_metric_type
{