diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-15 11:48:43 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-15 11:48:43 +0200 |
commit | 25a8496a6ae79480e8601cbdab5b45ad613a8dcd (patch) | |
tree | e37b46f83f1526b6f71ac94cd307381be5581517 /runtime/rsyslog.h | |
parent | 3806643baa9fe0d50fb36080e4ab3a078b8a5952 (diff) | |
download | rsyslog-25a8496a6ae79480e8601cbdab5b45ad613a8dcd.tar.gz rsyslog-25a8496a6ae79480e8601cbdab5b45ad613a8dcd.tar.bz2 rsyslog-25a8496a6ae79480e8601cbdab5b45ad613a8dcd.zip |
imudp: add input batching & ratelimiter interface
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r-- | runtime/rsyslog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h index 4404c475..e6238c23 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -69,6 +69,7 @@ * approach taken here is considered appropriate. * rgerhards, 2010-06-24 */ +#define CONF_NUM_MULTISUB 1024 /* default number of messages per multisub structure */ /* ############################################################# * * # End Config Settings # * |