Skip to content

Commit 0d7ff5e

Browse files
w41teraleksuss
authored andcommitted
Update src/db_options.rs
Co-authored-by: Oleksandr Anyshchenko <oleksandr.anyshchenko@aurora.dev>
1 parent 6167770 commit 0d7ff5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/db_options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3521,7 +3521,7 @@ pub enum ReadTier {
35213521
All = 0,
35223522
/// Reads data in memtable or block cache.
35233523
BlockCache,
3524-
/// Reads persisted data. When WAL is disabled, this option will skip data in memtable.
3524+
/// Reads persisted data. When WAL is disabled, this option will skip data in memtable.
35253525
Persisted,
35263526
/// Reads data in memtable. Used for memtable only iterators.
35273527
Memtable,

0 commit comments

Comments
 (0)