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

floblanc
31.45.2008 b2f8279bbf1dc13b84b10e80617fcf1850d9928c
opends/src/server/org/opends/server/core/networkgroups/ResourceLimits.java
@@ -108,8 +108,8 @@
    maxOpsPerConnection = 0;
    maxConcurrentOpsPerConnection = 0;
    searchSizeLimit = 0;
    searchTimeLimit = 0;
    searchSizeLimit = -1;
    searchTimeLimit = -1;
    minSearchSubstringLength = 0;
    numConnections = 0;
    connectionsPerIpMap = new HashMap<String, Integer>();