mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-22 18:56:39 +00:00
Implement GC delay for table data
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ where
|
||||
.expect("Unable to open DB Merkle TODO tree");
|
||||
|
||||
let gc_todo = db
|
||||
.open_tree(&format!("{}:gc_todo", name))
|
||||
.open_tree(&format!("{}:gc_todo_v2", name))
|
||||
.expect("Unable to open DB tree");
|
||||
|
||||
Arc::new(Self {
|
||||
|
||||
Reference in New Issue
Block a user