This is an automated email from the ASF dual-hosted git repository. tanxinyu pushed a commit to branch master_performance in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit fd0edf56343112b63ba5186410cdfa287dc02f3a Author: LebronAl <[email protected]> AuthorDate: Mon Jan 10 10:36:27 2022 +0800 disable influxdb_protocol --- server/src/assembly/resources/conf/iotdb-engine.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/assembly/resources/conf/iotdb-engine.properties b/server/src/assembly/resources/conf/iotdb-engine.properties index dfe475e..f960bc2 100644 --- a/server/src/assembly/resources/conf/iotdb-engine.properties +++ b/server/src/assembly/resources/conf/iotdb-engine.properties @@ -971,7 +971,7 @@ timestamp_precision=ms ### Influx DB RPC Service Configuration #################### # Datatype: boolean -# enable_influxdb_rpc_service=true +enable_influxdb_rpc_service=false # Datatype: int # influxdb_rpc_port=8086
