From 35dc194d6e61df7aeb0fed4a7707140569ba8e5f Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Wed, 11 Oct 2023 12:56:13 +0800 Subject: [PATCH] feat: adjust json keep duration --- example/insertNow.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/example/insertNow.json b/example/insertNow.json index f8c69148..8032654d 100644 --- a/example/insertNow.json +++ b/example/insertNow.json @@ -18,10 +18,11 @@ "databases": [ { "dbinfo": { - "name": "alive", + "name": "smart", "drop": "yes", "vgroups": 4, - "duration": 3650, + "duration": "10d", + "keep": "100d", "pages": 512, "minrows":5000, "maxrows":10000, @@ -45,7 +46,7 @@ "line_protocol": "line", "insert_rows": 900000000000000, "interlace_rows": 1, - "insert_interval": 10000, + "insert_interval": 1000, "start_timestamp": "now", "sample_format": "csv", "sample_file": "./sample.csv",