parser: reactivate 'first_defragment' option

This commit is contained in:
k
2024-10-31 11:39:36 +01:00
parent 647a51af15
commit 216a3977be
4 changed files with 21 additions and 41 deletions
+1 -3
View File
@@ -169,8 +169,6 @@ impl Config {
}
pub fn first_defragment(&self) -> bool {
log("Buggy for now, skipped");
false
// self.first_defragment.is_some_and(|b| b)
self.first_defragment.is_some_and(|b| b)
}
}