This is an automated email from the ASF dual-hosted git repository. lta pushed a commit to branch cluster in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
commit 3f7af57c972074e4e4492e268b6c8beebe6e4796 Author: lta <[email protected]> AuthorDate: Wed May 29 15:21:28 2019 +0800 update engine properties --- iotdb/iotdb/conf/iotdb-engine.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iotdb/iotdb/conf/iotdb-engine.properties b/iotdb/iotdb/conf/iotdb-engine.properties index 9dfe1c9..7015e60 100644 --- a/iotdb/iotdb/conf/iotdb-engine.properties +++ b/iotdb/iotdb/conf/iotdb-engine.properties @@ -218,4 +218,4 @@ IP_white_list=0.0.0.0/0 # Choose a sync strategy of loading historical data: #1. It's more likely to update historical data, please choose "true". #2. It's more likely not to update historical data or you don't know exactly, please choose "false". -update_historical_data_possibility=false +update_historical_data_possibility=false \ No newline at end of file
