Skip to content

Commit 76b89c4

Browse files
committed
chore: fix
Signed-off-by: OmCheeLin <19563671928@163.com>
1 parent cd160e5 commit 76b89c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mito2/src/worker/handle_alter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ impl<S: LogStore> RegionWorkerLoop<S> {
249249
}
250250
current_options.wal_options = WalOptions::Noop;
251251
} else {
252-
// Restore WAL options: priority order:
252+
// Restore WAL options: priority order
253253
// 1. Provided wal_options from request
254254
// 2. Saved original_wal_options
255255
// 3. Fallback to RaftEngine

0 commit comments

Comments
 (0)