summaryrefslogtreecommitdiffstats
path: root/runtime/queue.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-03-20 09:43:22 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-03-20 09:43:22 +0100
commit2bf626dce2f1679240dff4073f67c7bb94f259ec (patch)
treefa45df0b1fa201cfb817e6e0238fa55a948a9b0e /runtime/queue.c
parent1e9bd23d659bda3036895e5fa02f0ea14fcbc1eb (diff)
parentaf4f2baf6ade90d7be0e7b97421f53658c6bad41 (diff)
downloadrsyslog-2bf626dce2f1679240dff4073f67c7bb94f259ec.tar.gz
rsyslog-2bf626dce2f1679240dff4073f67c7bb94f259ec.tar.bz2
rsyslog-2bf626dce2f1679240dff4073f67c7bb94f259ec.zip
Merge branch 'v6-stable' into tmp
Diffstat (limited to 'runtime/queue.c')
-rw-r--r--runtime/queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queue.c b/runtime/queue.c
index bb40e540..8d8d8e0a 100644
--- a/runtime/queue.c
+++ b/runtime/queue.c
@@ -1397,7 +1397,7 @@ qqueueSetDefaultsActionQueue(qqueue_t *pThis)
pThis->iDeqBatchSize = 128; /* default batch size */
pThis->iHighWtrMrk = 800; /* high water mark for disk-assisted queues */
pThis->iLowWtrMrk = 200; /* low water mark for disk-assisted queues */
- pThis->iDiscardMrk = 9800; /* begin to discard messages */
+ pThis->iDiscardMrk = 980; /* begin to discard messages */
pThis->iDiscardSeverity = 8; /* turn off */
pThis->iNumWorkerThreads = 1; /* number of worker threads for the mm queue above */
pThis->iMaxFileSize = 1024*1024;