Skip to content

Commit

Permalink
fix typo/comments in osgilauncher
Browse files Browse the repository at this point in the history
  • Loading branch information
ahgittin committed Sep 2, 2021
1 parent 349e309 commit 63343f4
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -46,12 +46,12 @@ default.catalog.location=${karaf.etc}/default.catalog.bom
# - STANDBY: will start up as lukewarm standby with no state - if there is not already a master then fails immediately,
# and if there is a master which subsequently fails, this node can promote itself;
# - HOT_STANDBY: will start up as hot standby in read-only mode - if there is not already a master then fails immediately,
# and if there is a master which subseuqently fails, this node can promote itself;
# and if there is a master which subsequently fails, this node can promote itself;
# - HOT_BACKUP: will start up as hot backup in read-only mode - no master is required, and this node will not become a master
#highAvailabilityMode=DISABLED

# The persistence mode. Possible values are:
# - AUTO: will rebind to any existing state, or start up fresh if no state;
# - AUTO: (default) will rebind to any existing state, or start up fresh if no state;
# - DISABLED: will not read or persist any state;
# - REBIND: will rebind to the existing state, or fail if no state available;
# - CLEAN: will start up fresh (removing any existing state)
Expand Down

0 comments on commit 63343f4

Please sign in to comment.