Implement GC delay for table data

This commit is contained in:
Alex Auvolat
2021-11-03 22:07:43 +01:00
parent 74a7a550eb
commit ad7ab31411
3 changed files with 76 additions and 44 deletions
+1 -1
View File
@@ -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 {