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 --- ###