Merge pull request #6368 from ntk148v/correct-max-block-duration

Correct the default max block duratioh value
This commit is contained in:
Ganesh Vernekar 2019-11-25 12:21:54 +08:00 committed by GitHub
commit 66dd5df3d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ For further details on file format, see [TSDB format](https://github.com/prometh
The initial two-hour blocks are eventually compacted into longer blocks in the background.
Compaction will create larger blocks up to 10% of the retention time, or 21 days, whichever is smaller.
Compaction will create larger blocks up to 10% of the retention time, or 31 days, whichever is smaller.
## Operational aspects