Skip to content

Commit

Permalink
Remove problematic semicolon from conf (#6303)
Browse files Browse the repository at this point in the history
(cherry picked from commit 50d3599)
  • Loading branch information
klevy-toast authored and tuteng committed Apr 5, 2020
1 parent 03f6286 commit a93efc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/broker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ bookkeeperDiskWeightBasedPlacementEnabled=false

# Set the interval to check the need for sending an explicit LAC
# A value of '0' disables sending any explicit LACs. Default is 0.
bookkeeperExplicitLacIntervalInMills=0;
bookkeeperExplicitLacIntervalInMills=0

### --- Managed Ledger --- ###

Expand Down
2 changes: 1 addition & 1 deletion conf/standalone.conf
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ bookkeeperDiskWeightBasedPlacementEnabled=false

# Set the interval to check the need for sending an explicit LAC
# A value of '0' disables sending any explicit LACs. Default is 0.
bookkeeperExplicitLacIntervalInMills=0;
bookkeeperExplicitLacIntervalInMills=0

### --- Managed Ledger --- ###

Expand Down

0 comments on commit a93efc6

Please sign in to comment.