Merge pull request #6368 from ntk148v/correct-max-block-duration
Correct the default max block duratioh value
This commit is contained in:
commit
66dd5df3d8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue