From fe2aaa2c4775a2b03c831dfece86b43fcf2204a0 Mon Sep 17 00:00:00 2001 From: klevy-toast Date: Tue, 11 Feb 2020 17:20:26 -0800 Subject: [PATCH] Remove problematic semicolon from conf --- 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 6fcd02cdf5051..d6345b7e98869 100644 --- a/conf/broker.conf +++ b/conf/broker.conf @@ -533,7 +533,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 --- ###