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

jvergara
30.48.2007 bd9d80bce2b6e9a2f5d095da5a3381d509260a26
Increase the number of tries when we initialize the ADS from 1 to 5.
1 files modified
4 ■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 4 ●●●● patch | view | raw | blame | history
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)
            {