Skip to content

Commit

Permalink
xp.init.maxTries should be 900 #10615
Browse files Browse the repository at this point in the history
  • Loading branch information
anatol-sialitski committed Jun 27, 2024
1 parent e2dd690 commit 090688e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public abstract class Initializer

private static final long INITIALIZATION_CHECK_PERIOD = 1000;

private static final long INITIALIZATION_CHECK_MAX_COUNT = 300;
private static final long INITIALIZATION_CHECK_MAX_COUNT = 900;

private final long initializationCheckPeriod;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ xp.config.paths=${xp.home}/config

# Initialization settings
#
# xp.init.maxTries = 300
# xp.init.maxTries = 900
# xp.stop.gracePeriod = 600000

2 changes: 1 addition & 1 deletion modules/runtime/src/home/config/system.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Initialization settings
#
# xp.init.adminUserCreation = true
# xp.init.maxTries = 300
# xp.init.maxTries = 900
# xp.stop.gracePeriod = 600000

#
Expand Down

0 comments on commit 090688e

Please sign in to comment.