mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

boli
04.24.2008 f67af7588ba1f7827bc6ff907729d14bf39a19f6
opends/src/server/org/opends/server/core/CoreConfigManager.java
@@ -355,6 +355,9 @@
    DirectoryServer.setUseNanoTime(globalConfig.getEtimeResolution() ==
      GlobalCfgDefn.EtimeResolution.NANOSECONDS);
    DirectoryServer.setMaxAllowedConnections(
        globalConfig.getMaxAllowedClientConnections());
  }