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

gbellato
20.44.2009 1990fa43bdcee1079c3e7909a416f705282a476a
opendj-sdk/opends/src/server/org/opends/server/replication/server/DbHandler.java
@@ -182,7 +182,7 @@
      {
        try
        {
          msgQueue.wait(5000);
          msgQueue.wait(500);
        } catch (InterruptedException e)
        {
          // simply loop to try again.
@@ -337,7 +337,7 @@
      }
      if ((msgQueue.size() < queueLowmark) &&
          (queueByteSize < queueLowmarkBytes))
        msgQueue.notify();
        msgQueue.notifyAll();
    }
  }