From a93efc64c8d5f372840efa9b9bf84da2979d0992 Mon Sep 17 00:00:00 2001 From: Kai Date: Wed, 12 Feb 2020 10:50:15 -0800 Subject: [PATCH] Remove problematic semicolon from conf (#6303) (cherry picked from commit 50d35991469181c64a3a6f595b26f5104ae29ac8) --- 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 a021b293dacc2..0e08ac9b1b337 100644 --- a/conf/broker.conf +++ b/conf/broker.conf @@ -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 --- ### diff --git a/conf/standalone.conf b/conf/standalone.conf index 138525e223ce1..3f31b422c5ebd 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 --- ###