Skip to content

Commit

Permalink
xp.init.maxTries should be 900 #10615
Browse files Browse the repository at this point in the history
(cherry picked from commit 0790e56)
  • Loading branch information
anatol-sialitski authored and rymsha committed Jun 27, 2024
1 parent 4eeb82e commit f7db456
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 @@ -68,6 +68,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 f7db456

Please sign in to comment.