Skip to content

Commit

Permalink
correct a tikv config name (#5401) (#5430)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-srebot authored Apr 22, 2021
1 parent d906e69 commit 722fd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +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`

### `ttl-poll-check-interval`
### `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 722fd6d

Please sign in to comment.