Skip to content

Commit

Permalink
feat: adjust json keep duration
Browse files Browse the repository at this point in the history
  • Loading branch information
DuanKuanJun committed Oct 11, 2023
1 parent 3056d92 commit 35dc194
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions example/insertNow.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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",
Expand Down

0 comments on commit 35dc194

Please sign in to comment.