mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-09 14:19:22 +00:00
Fix walk_ring_from
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ impl BlockManager {
|
||||
Ok(f) => f,
|
||||
Err(e) => {
|
||||
// Not found but maybe we should have had it ??
|
||||
self.put_to_resync(hash, DEFAULT_TIMEOUT.as_millis() as u64)?;
|
||||
self.put_to_resync(hash, 0)?;
|
||||
return Err(Into::into(e));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user