fix: auto-wipe should still be enabled

Auto-wipe broken catalogs should be enabled until #1522 is closed.
pull/24376/head
Marco Neumann 2021-06-22 15:45:32 +02:00
parent 01b0fdabb7
commit a98b10745f
1 changed files with 1 additions and 1 deletions

View File

@ -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),
}
}