Skip to content

Commit

Permalink
🔶
Browse files Browse the repository at this point in the history
Signed-off-by: gcxfd <[email protected]>
  • Loading branch information
gcxfd committed Jul 6, 2022
1 parent 4b3c0c8 commit 981ace5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db/opt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ pub struct AgateOptions {
pub num_compactors: usize,
/// Indicates when the db should verify checksums for SSTable blocks.
///
/// The default value of `checksum_mode` is [`ChecksumVerificationMode`].
/// The default value of `checksum_mode` is [`NoVerification`].
pub checksum_mode: opt::ChecksumVerificationMode,

/// Determines whether the transactions would be checked for conflicts.
Expand Down

0 comments on commit 981ace5

Please sign in to comment.