|
@@ -272,9 +272,9 @@ public class LedgerInitializeWebController implements LedgerInitProcess, LedgerI |
|
|
do { |
|
|
do { |
|
|
allPermitted = startRequestPermissions(currentId, privKey); |
|
|
allPermitted = startRequestPermissions(currentId, privKey); |
|
|
if (!allPermitted) { |
|
|
if (!allPermitted) { |
|
|
if (retry < 16) { |
|
|
|
|
|
|
|
|
if (retry < 101) { |
|
|
try { |
|
|
try { |
|
|
Thread.sleep(2000); |
|
|
|
|
|
|
|
|
Thread.sleep(5000); |
|
|
} catch (InterruptedException e) { |
|
|
} catch (InterruptedException e) { |
|
|
// ignore interrupted exception; |
|
|
// ignore interrupted exception; |
|
|
} |
|
|
} |
|
|