Skip to content

Commit

Permalink
Update tikv-configuration-file.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TomShawn authored Apr 22, 2021
1 parent 337dcf5 commit 9292b14
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,7 @@ Configuration items related to storage
+ Note: The TTL feature is only available for the RawKV interface for now. You can only configure this feature when creating a new cluster because TTL uses different data formats in the storage layer. If you modify this item on an existing cluster, TiKV reports errors when it starts.
+ Default value: `false`

<<<<<<< HEAD
### `ttl-poll-check-interval`
=======
### `ttl-check-poll-interval` <span class="version-mark">New in v5.0 GA</span>
>>>>>>> c940d05d... correct a tikv config name (#5401)
### `ttl-check-poll-interval`

+ The interval of checking data to reclaim physical spaces. If data reaches its TTL, TiKV forcibly reclaims its physical space during the check.
+ Default value: `"12h"`
Expand Down

0 comments on commit 9292b14

Please sign in to comment.