Skip to content

Commit

Permalink
Update src/storage/src/hummock/backup_reader.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Zhidong Guo <52783948+Gun9niR@users.noreply.github.com>
  • Loading branch information
zwang28 and Gun9niR authored Mar 13, 2023
1 parent 8b863eb commit 774d6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/src/hummock/backup_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ impl BackupReader {
if rx.changed().await.is_err() {
break;
}
let p = (*rx.borrow()).load();
let p = rx.borrow().load();
let config = (
p.backup_storage_url().to_string(),
p.backup_storage_directory().to_string(),
Expand Down

0 comments on commit 774d6e7

Please sign in to comment.