mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-11 23:06:54 +00:00
Not fully tested: new multi-dc MagLev
This commit is contained in:
@@ -44,7 +44,6 @@ impl TableReplication for TableShardedReplication {
|
||||
fn split_points(&self, ring: &Ring) -> Vec<Hash> {
|
||||
let mut ret = vec![];
|
||||
|
||||
ret.push([0u8; 32].into());
|
||||
for entry in ring.ring.iter() {
|
||||
ret.push(entry.location);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user