From 91e7c8061a5f0573800c2285878622d1e476b995 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 30 Jul 2007 15:48:04 +0000
Subject: [PATCH] Increase the number of tries when we initialize the ADS from 1 to 5.

---
 opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
index 726d8af..34e69fb 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
+++ b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -1722,7 +1722,7 @@
           Thread.sleep(3000);
         }
         catch (Throwable t) {}
-        int nTries = 4;
+        int nTries = 5;
         boolean initDone = false;
         while (!initDone)
         {
@@ -1989,7 +1989,7 @@
                 getMsg("progress-initializing-ads")));
 
             int replicationId = replica.getReplicationId();
-            int nTries = 1;
+            int nTries = 5;
             boolean initDone = false;
             while (!initDone)
             {

--
Gitblit v1.10.0