mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 00:45:37 +01:00
leave io faults and fsync query disabled by default
This commit is contained in:
@@ -82,9 +82,9 @@ pub struct SimulatorCLI {
|
||||
default_value_t = false
|
||||
)]
|
||||
pub disable_select_optimizer: bool,
|
||||
#[clap(long, help = "disable FsyncNoWait Property", default_value_t = false)]
|
||||
#[clap(long, help = "disable FsyncNoWait Property", default_value_t = true)]
|
||||
pub disable_fsync_no_wait: bool,
|
||||
#[clap(long, help = "disable FaultyQuery Property", default_value_t = false)]
|
||||
#[clap(long, help = "disable FaultyQuery Property", default_value_t = true)]
|
||||
pub disable_faulty_query: bool,
|
||||
#[clap(long, help = "disable Reopen-Database fault", default_value_t = false)]
|
||||
pub disable_reopen_database: bool,
|
||||
|
||||
Reference in New Issue
Block a user