You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ta...@apache.org on 2022/01/10 02:37:09 UTC

[iotdb] branch master_performance updated: disable influxdb_protocol

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


The following commit(s) were added to refs/heads/master_performance by this push:
     new cef2f82  disable influxdb_protocol
cef2f82 is described below

commit cef2f82ce999d6530c830ee9ceaad54607c75702
Author: LebronAl <TX...@gmail.com>
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 f2c7a8c..40bde50 100644
--- a/server/src/assembly/resources/conf/iotdb-engine.properties
+++ b/server/src/assembly/resources/conf/iotdb-engine.properties
@@ -960,7 +960,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