Skip to content

Commit

Permalink
Fix JavaDoc of setCompactionReadaheadSize
Browse files Browse the repository at this point in the history
Recently in facebook#11762 the default of `compaction_readahead_size` changed
from 0 to 2 MB.

Closes: facebook#12088
  • Loading branch information
alexanderkiel committed Nov 22, 2023
1 parent 324453e commit 3ba2172
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ public interface MutableDBOptionsInterface<T extends MutableDBOptionsInterface<T
* <p>
* That way RocksDB's compaction is doing sequential instead of random reads.
* <p>
* Default: 0
* Default: 2MB
*
* @param compactionReadaheadSize The compaction read-ahead size
*
Expand Down

0 comments on commit 3ba2172

Please sign in to comment.