fix: auto-wipe should still be enabled
Auto-wipe broken catalogs should be enabled until #1522 is closed.pull/24376/head
parent
01b0fdabb7
commit
a98b10745f
|
@ -136,7 +136,7 @@ impl InitStatus {
|
|||
initialize_semaphore: Semaphore::new(1),
|
||||
error_generic: Default::default(),
|
||||
errors_databases: Default::default(),
|
||||
wipe_on_error: Default::default(),
|
||||
wipe_on_error: AtomicBool::new(true),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue