This is an automated email from the ASF dual-hosted git repository.

technoboy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c17f6d6f88 Added newline to end of standalone.conf to allow 
apply-config-from-env-with-prefix.py to append properties (#15591)
1c17f6d6f88 is described below

commit 1c17f6d6f885949cfa361ca3af990763319e0b5c
Author: Mark Silcox <[email protected]>
AuthorDate: Sat May 14 03:04:53 2022 +0100

    Added newline to end of standalone.conf to allow 
apply-config-from-env-with-prefix.py to append properties (#15591)
---
 conf/standalone.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/standalone.conf b/conf/standalone.conf
index 60fc7e5b89d..e07352d8b52 100644
--- a/conf/standalone.conf
+++ b/conf/standalone.conf
@@ -1099,4 +1099,4 @@ configurationStoreServers=
 # than this limit then broker will persist unacked ranges into bookkeeper to 
avoid additional data overhead into
 # zookeeper.
 # Deprecated: use managedLedgerMaxUnackedRangesToPersistInMetadataStore
-managedLedgerMaxUnackedRangesToPersistInZooKeeper=-1
\ No newline at end of file
+managedLedgerMaxUnackedRangesToPersistInZooKeeper=-1

Reply via email to