general: temp rollback

This commit is contained in:
k
2024-10-30 19:22:42 +01:00
parent e5d81b4d5c
commit 530d4ce717
4 changed files with 10 additions and 8 deletions

View File

@@ -169,6 +169,8 @@ impl Config {
}
pub fn first_defragment(&self) -> bool {
self.first_defragment.is_some_and(|b| b)
log("Buggy for now, skipped");
false
// self.first_defragment.is_some_and(|b| b)
}
}