runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit ae9d405c2ccb140ba738a1f65e789a8bde7bf048
parent c55931df8ddca40c3c0afa393dce7d4bc702eed8
Author: Gerrit Pape <pape@smarden.org>
Date:   Tue, 17 Apr 2007 07:49:04 +0000

man/svlogd.8: add hint about increasing the buffer size if lots of data

...is to be processed in short time.

Diffstat:
Mman/svlogd.8 | 4++++
Mpackage/CHANGES | 4+++-
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/man/svlogd.8 b/man/svlogd.8 @@ -412,6 +412,10 @@ Default is 1024. .I buflen must be greater than .IR len . +For +.B svlogd +instances that process a lot of data in short time, the buffer size should +be increased to improve performance. .TP .B \-v verbose. diff --git a/package/CHANGES b/package/CHANGES @@ -1,5 +1,7 @@ * man/svlogd.8: add hint on how to manually remove log files after the - number of log files svlogd should maintain has been reduced. + number of log files svlogd should maintain has been reduced; add hint + about increasing the buffer size if lots of data is to be processed + in short time. 1.7.2 Tue, 21 Nov 2006 15:13:47 +0000