This is an automated email from the ASF dual-hosted git repository. guangning pushed a commit to branch branch-2.5 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 2b5cc0d60fc9e778aa7eaad61bbbf9af8d13afc0 Author: Kai <[email protected]> AuthorDate: Wed Feb 12 10:50:15 2020 -0800 Remove problematic semicolon from conf (#6303) --- conf/broker.conf | 2 +- conf/standalone.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/broker.conf b/conf/broker.conf index 95eb411..eb325e2 100644 --- a/conf/broker.conf +++ b/conf/broker.conf @@ -519,7 +519,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 --- ### diff --git a/conf/standalone.conf b/conf/standalone.conf index 138525e..3f31b42 100644 --- a/conf/standalone.conf +++ b/conf/standalone.conf @@ -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 --- ###
