summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-02-21 16:52:36 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-02-21 16:52:36 +0100
commitf9b6b94b802c653e6c588f42af0997682e75f267 (patch)
treec9232e9963b78ffa1021ffdf8ab5962e51df8ddb /configure.ac
parent6cfa853457b190193ba68f77d27e000f2567481e (diff)
downloadrsyslog-f9b6b94b802c653e6c588f42af0997682e75f267.tar.gz
rsyslog-f9b6b94b802c653e6c588f42af0997682e75f267.tar.xz
rsyslog-f9b6b94b802c653e6c588f42af0997682e75f267.zip
added configuration directives to customize queue light delay marks
$MainMsgQueueLightDelayMark, $ActionQueueLightDelayMark; both specify number of messages starting at which a delay happens.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 67c38ade..393b778b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([rsyslog],[5.8.7-newstats8],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[5.8.7-newstats9],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])