From: Kurt Zeilenga Date: Tue, 29 Nov 2005 20:26:45 +0000 (+0000) Subject: ITS#4229: additional flags not needed when -q is used X-Git-Tag: OPENLDAP_REL_ENG_2_3_13~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6816263e1d20bcf6f19fb997fb9808d155fb348e;p=openldap ITS#4229: additional flags not needed when -q is used --- diff --git a/servers/slapd/DB_CONFIG b/servers/slapd/DB_CONFIG index 829f421fb6..ba2fbe524c 100644 --- a/servers/slapd/DB_CONFIG +++ b/servers/slapd/DB_CONFIG @@ -19,7 +19,5 @@ set_lg_regionmax 262144 set_lg_bsize 2097152 #set_lg_dir logs -# When using (and only when using) slapadd(8) or slapindex(8), -# the following flags may be useful: -#set_flags DB_TXN_NOSYNC -#set_flags DB_TXN_NOT_DURABLE +# Note: special DB_CONFIG flags are no longer needed for "quick" +# slapadd(8) or slapindex(8) access (see their -q option).