opends/src/server/org/opends/server/core/CoreConfigManager.java
@@ -23,7 +23,7 @@ * * * Copyright 2006-2010 Sun Microsystems, Inc. * Portions copyright 2011 ForgeRock AS. * Portions copyright 2011-2012 ForgeRock AS. */ package org.opends.server.core; import org.opends.messages.Message; @@ -370,6 +370,9 @@ DirectoryServer.setMaxPersistentSearchLimit( globalConfig.getMaxPsearches()); DirectoryServer.setMaxInternalBufferSize((int) globalConfig .getMaxInternalBufferSize()); }