From: Howard Chu Date: Wed, 8 Apr 2015 22:30:12 +0000 (+0100) Subject: ITS#8040 fix 525aa23800b73fec618edf7c51b4c4ae81616d49 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=44f8642c0eb45ff9cbd6fe3aac84439a9a425b53;hp=d74b45cfdaf6e14289a1beb35f4101b547fd20d4;p=openldap ITS#8040 fix 525aa23800b73fec618edf7c51b4c4ae81616d49 --- diff --git a/doc/man/man5/slapd-config.5 b/doc/man/man5/slapd-config.5 index b42593d757..9223b8f308 100644 --- a/doc/man/man5/slapd-config.5 +++ b/doc/man/man5/slapd-config.5 @@ -1982,7 +1982,8 @@ to the obsolete \fIchangelog\fP format. If the parameter is omitted or set to "default" then the log parameters are ignored. -The .B lazycommit +The +.B lazycommit parameter tells the underlying database that it can store changes without performing a full flush after each change. This may improve performance for the consumer, while sacrificing safety or durability. diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index e99f14f9ce..678707f690 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -1994,7 +1994,8 @@ to the obsolete \fIchangelog\fP format. If the parameter is omitted or set to "default" then the log parameters are ignored. -The .B lazycommit +The +.B lazycommit parameter tells the underlying database that it can store changes without performing a full flush after each change. This may improve performance for the consumer, while sacrificing safety or durability.