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

gbellato
29.04.2007 ca243a420602b9f8b441e2d4d53b96601c756e97
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)
      {