From 6816263e1d20bcf6f19fb997fb9808d155fb348e Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Tue, 29 Nov 2005 20:26:45 +0000
Subject: [PATCH] ITS#4229: additional flags not needed when -q is used

---
 servers/slapd/DB_CONFIG | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

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). 
-- 
GitLab