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

[iotdb] branch master updated: set default ttl back to 36000000 (#4927)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a3c8b30  set default ttl back to 36000000 (#4927)
a3c8b30 is described below

commit a3c8b3039a438abc4e9194197f1ed12984388b6f
Author: Alan Choo <43...@users.noreply.github.com>
AuthorDate: Thu Jan 20 18:20:28 2022 +0800

    set default ttl back to 36000000 (#4927)
---
 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 e8c7285..fca4dd0 100644
--- a/server/src/assembly/resources/conf/iotdb-engine.properties
+++ b/server/src/assembly/resources/conf/iotdb-engine.properties
@@ -191,7 +191,7 @@ timestamp_precision=ms
 # also be affected. And negative values are accepted, which means you can only insert future
 # data.
 # Datatype: long
-# default_ttl=0
+# default_ttl=36000000
 
 # The size of the log buffer in each log node (in bytes). Due to the double buffer mechanism,
 # if WAL is enabled and the size of the inserted plan is greater than one-half of this parameter,