Skip to content

Commit 07ade52

Browse files
Fix cleanup_on_start README
Co-authored-by: Daniel Jaglowski <[email protected]>
1 parent 820dcf9 commit 07ade52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/storage/filestorage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The default timeout is `1s`.
3535
A value of zero will ignore transaction sizes.
3636

3737
`compaction.cleanup_on_start` (default: false) - specifies if removal of compaction temporary files is performed on start.
38-
It will remove all the files in the compaction directory starting with tempdb,
38+
It will remove all temporary files in the compaction directory (those which start with `tempdb`),
3939
temp files will be left if a previous run of the process is killed while compacting.
4040

4141
### Rebound (online) compaction

0 commit comments

Comments
 (0)