From 35a65f6db5849d35b085231d119ddcd7d46cf334 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Tue, 31 Mar 2015 16:35:54 +0000
Subject: [PATCH] CR-6474 OPENDJ-1711 - re-implement VLV support for pluggable backends

---
 opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/BackendVLVIndexConfiguration.xml |   32 +-------------------------------
 1 files changed, 1 insertions(+), 31 deletions(-)

diff --git a/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/BackendVLVIndexConfiguration.xml b/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/BackendVLVIndexConfiguration.xml
index 670d09f..af3d62f 100644
--- a/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/BackendVLVIndexConfiguration.xml
+++ b/opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/BackendVLVIndexConfiguration.xml
@@ -23,7 +23,7 @@
   !
   !
   !      Copyright 2007-2008 Sun Microsystems, Inc.
-  !      Portions copyright 2014 ForgeRock AS.
+  !      Portions copyright 2014-2015 ForgeRock AS.
   ! -->
 <adm:managed-object name="backend-vlv-index"
   plural-name="backend-vlv-indexes"
@@ -199,34 +199,4 @@
       </ldap:attribute>
     </adm:profile>
   </adm:property>
-  <adm:property name="max-block-size" read-only="true"
-    advanced="true">
-    <adm:synopsis>
-      Specifies the number of entry IDs to store in a single sorted
-      set before it must be split.
-    </adm:synopsis>
-    <adm:requires-admin-action>
-      <adm:none>
-        <adm:synopsis>
-          The blocks are resized lazily the next time the index is 
-          modified.
-        </adm:synopsis>
-      </adm:none>
-    </adm:requires-admin-action>  
-    <adm:default-behavior>
-      <adm:defined>
-        <adm:value>4000</adm:value>
-      </adm:defined>
-    </adm:default-behavior>
-    <adm:syntax>
-      <adm:integer>
-        <adm:unit-synopsis>Number of entry IDs</adm:unit-synopsis>
-      </adm:integer>
-    </adm:syntax>
-    <adm:profile name="ldap">
-      <ldap:attribute>
-        <ldap:name>ds-cfg-max-block-size</ldap:name>
-      </ldap:attribute>
-    </adm:profile>
-  </adm:property>
 </adm:managed-object>

--
Gitblit v1.10.0