From e4f4b6be26cc47d382549bfbf7785b179256917b Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Wed, 01 Aug 2007 22:41:18 +0000
Subject: [PATCH] Fixed a typo for the max block size attribute in the VLV index configuration
---
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/VLVJEIndexConfiguration.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/VLVJEIndexConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/VLVJEIndexConfiguration.xml
index 9e3334c..b394e01 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/VLVJEIndexConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/VLVJEIndexConfiguration.xml
@@ -187,7 +187,7 @@
</ldap:attribute>
</adm:profile>
</adm:property>
- <adm:property name="vlv-index-sorted-set-capacity"
+ <adm:property name="vlv-index-maximum-block-size"
mandatory="false"
multi-valued="false"
read-only="true">
--
Gitblit v1.10.0