mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-09-01 17:58:24 +00:00
minor fixes
This commit is contained in:
+1
-1
@@ -376,7 +376,7 @@ impl<F: TableSchema, R: TableReplication> Table<F, R> {
|
||||
|
||||
if let Some(ret_entry) = &ret {
|
||||
if monotonic_read && not_all_same {
|
||||
self.repair_on_read(&who, &[&ret_entry]).await?;
|
||||
self.repair_on_read(&who, &[ret_entry]).await?;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user