summaryrefslogtreecommitdiffstats
path: root/action.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-03-12 11:33:28 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-03-12 11:33:28 +0100
commitcdf8b7d909bc2a31352deebaa036412da1384a9a (patch)
tree46cca8a46b4130ff9534779eeae3afe46ad6fb1e /action.c
parent9438988c476821763b62a6a571179735f44f873e (diff)
parent07e296703b1f018a847496269432ea778d97b752 (diff)
downloadrsyslog-cdf8b7d909bc2a31352deebaa036412da1384a9a.tar.gz
rsyslog-cdf8b7d909bc2a31352deebaa036412da1384a9a.tar.bz2
rsyslog-cdf8b7d909bc2a31352deebaa036412da1384a9a.zip
Merge branch 'v6-stable'
Diffstat (limited to 'action.c')
-rw-r--r--action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/action.c b/action.c
index 07f3a6f1..89282389 100644
--- a/action.c
+++ b/action.c
@@ -255,7 +255,7 @@ actionResetQueueParams(void)
cs.iActionQueueDeqBatchSize = 16; /* default batch size */
cs.iActionQHighWtrMark = 800; /* high water mark for disk-assisted queues */
cs.iActionQLowWtrMark = 200; /* low water mark for disk-assisted queues */
- cs.iActionQDiscardMark = 9800; /* begin to discard messages */
+ cs.iActionQDiscardMark = 980; /* begin to discard messages */
cs.iActionQDiscardSeverity = 8; /* discard warning and above */
cs.iActionQueueNumWorkers = 1; /* number of worker threads for the mm queue above */
cs.iActionQueMaxFileSize = 1024*1024;