mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-20 19:48:24 -07:00
parser: reactivate 'first_defragment' option
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user