This is an automated email from the ASF dual-hosted git repository. jianglongtao pushed a commit to branch fix-33341 in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
commit 1f0dde358ba0cf3d8dc836fcc0bf078897a00865 Author: zhaojinchao <[email protected]> AuthorDate: Fri Aug 9 10:42:10 2024 +0800 Revise --- .../bootstrap/src/main/resources/conf/global.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/proxy/bootstrap/src/main/resources/conf/global.yaml b/proxy/bootstrap/src/main/resources/conf/global.yaml index 3f339c1f812..11daea63448 100644 --- a/proxy/bootstrap/src/main/resources/conf/global.yaml +++ b/proxy/bootstrap/src/main/resources/conf/global.yaml @@ -21,17 +21,17 @@ # ###################################################################################################### -mode: - type: Cluster - repository: - type: ZooKeeper - props: - namespace: governance_ds - server-lists: localhost:2181 - retryIntervalMilliseconds: 500 - timeToLiveSeconds: 60 - maxRetries: 3 - operationTimeoutMilliseconds: 500 +#mode: +# type: Cluster +# repository: +# type: ZooKeeper +# props: +# namespace: governance_ds +# server-lists: localhost:2181 +# retryIntervalMilliseconds: 500 +# timeToLiveSeconds: 60 +# maxRetries: 3 +# operationTimeoutMilliseconds: 500 # #authority: # users:
