Skip to content

Commit

Permalink
doc fix : default value of checksum_mode (#175)
Browse files Browse the repository at this point in the history
Signed-off-by: gcxfd <i@rmw.link>

Co-authored-by: Connor <zbk602423539@gmail.com>
  • Loading branch information
gcxfd and Connor1996 authored Jul 10, 2022
1 parent a7375a2 commit e987131
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 e987131

Please sign in to comment.