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

gbellato
29.04.2007 7dcfe7d4a01dbd82eef99ecd47de97e07fc27b34
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationServer.java
@@ -288,7 +288,8 @@
        synchronized (this)
        {
          /* check if we are connected every second */
          wait(1000);
          int randomizer = (int) Math.random()*100;
          wait(1000 + randomizer);
        }
      } catch (InterruptedException e)
      {