mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-20 19:48:24 -07:00
website: big update
This commit is contained in:
@@ -171,4 +171,8 @@ impl Config {
|
||||
pub fn first_defragment(&self) -> bool {
|
||||
self.first_defragment.is_some_and(|b| b)
|
||||
}
|
||||
|
||||
pub fn disable_defragment(&mut self) {
|
||||
self.first_defragment.take();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user