| opends/src/server/org/opends/server/replication/server/ReplicationServer.java | ●●●●● patch | view | raw | blame | history |
opends/src/server/org/opends/server/replication/server/ReplicationServer.java
@@ -329,7 +329,7 @@ synchronized (this) { /* check if we are connected every second */ int randomizer = (int) Math.random()*100; int randomizer = (int)(Math.random()*100); wait(1000 + randomizer); } } catch (InterruptedException e)