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 /action.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 'action.c')
-rw-r--r-- | action.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |