diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-03-20 09:43:22 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-03-20 09:43:22 +0100 |
commit | 2bf626dce2f1679240dff4073f67c7bb94f259ec (patch) | |
tree | fa45df0b1fa201cfb817e6e0238fa55a948a9b0e /runtime/queue.c | |
parent | 1e9bd23d659bda3036895e5fa02f0ea14fcbc1eb (diff) | |
parent | af4f2baf6ade90d7be0e7b97421f53658c6bad41 (diff) | |
download | rsyslog-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.c | 2 |
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; |