From 981ace543b48607f9ec3fc2cc83a728d9f3f09e7 Mon Sep 17 00:00:00 2001 From: gcxfd Date: Tue, 5 Jul 2022 19:24:50 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gcxfd --- src/db/opt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/opt.rs b/src/db/opt.rs index dcf7ee59..dbc9d4f8 100644 --- a/src/db/opt.rs +++ b/src/db/opt.rs @@ -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.