From c09b0f058c345a47bbbd5904ba94967486679619 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Tue, 18 Nov 2008 00:03:38 +0000 Subject: [PATCH] use decent checkpoint parameters --- tests/data/slapd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/data/slapd.conf b/tests/data/slapd.conf index f53d0e8f14..ee1097b730 100644 --- a/tests/data/slapd.conf +++ b/tests/data/slapd.conf @@ -43,10 +43,10 @@ rootdn "cn=Manager,dc=example,dc=com" rootpw secret #bdb#index objectClass eq #bdb#index cn,sn,uid pres,eq,sub -#bdb#checkpoint 1 1 +#bdb#checkpoint 1024 5 #hdb#index objectClass eq #hdb#index cn,sn,uid pres,eq,sub -#hdb#checkpoint 1 1 +#hdb#checkpoint 1024 5 #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf -- 2.39.5