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

matthew_swift
15.49.2009 d9a47f6a21fa99e7490471eb19fb73399e997c16
opendj-sdk/opends/src/server/org/opends/server/extensions/TraditionalWorkQueue.java
@@ -565,7 +565,7 @@
                                 TraditionalWorkQueueCfg configuration)
  {
    ArrayList<Message> resultMessages = new ArrayList<Message>();
    int newNumThreads  = configuration.getNumWorkerThreads();
    int newNumThreads  = getNumWorkerThreads(configuration);
    int newMaxCapacity = configuration.getMaxWorkQueueCapacity();