Fix walk_ring_from

This commit is contained in:
Alex Auvolat
2020-04-17 21:08:43 +02:00
parent 40c48e6a59
commit ace07da7c1
2 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -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));
}
};