Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Aolin <aolinz@outlook.com>
  • Loading branch information
LykxSassinator and Oreoxmt committed Mar 13, 2023
1 parent 5113ae4 commit 2dc2799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -1809,11 +1809,11 @@ Configuration items related to Raft Engine.
+ Determines whether to recycle stale log files in Raft Engine. When it is enabled, logically purged log files will be reserved for recycling. This reduces the long tail latency on write workloads.
+ Default value: `false`

### `prefill-for-recycle` <span class="version-mark">New in 7.0.0</span>
### `prefill-for-recycle` <span class="version-mark">New in v7.0.0</span>

> **Note:**
>
> This configuration item only takes effect when [`enable-log-recycle`](#enable-log-recycle-new-in-v630) >= 2.
> This configuration item only takes effect when [`enable-log-recycle`](#enable-log-recycle-new-in-v630) is set to `true`.
+ Determines whether to generate empty log files for log recycling in Raft Engine. When it is enabled, Raft Engine will automatically fill a batch of empty log files for log recycling during initialization, making log recycling effective immediately after initialization.
+ Default value: `false`
Expand Down

0 comments on commit 2dc2799

Please sign in to comment.