db: remove wal disabling / fast-and-loose option. (#8963)
* parity: highlight --fast-and-loose is not recommended. * parity: remove fast-and-loose option, ref #1765 * db: remove db wal from options, it's always enabled * db: remove wal from rocksdb helpers * cli: fix wallet import test * ethcore: fix client config tests * parity: proper deprecated handling for fast-and-loose * ethcore-client: fix config * parity: mark fast-and-loose removed * parity: fix test_find_deprecated * parity: fix type for fast-and-loose flag * lock file
This commit is contained in:
@@ -276,7 +276,6 @@ mod tests {
|
||||
|
||||
client_db_config.memory_budget = client_config.db_cache_size;
|
||||
client_db_config.compaction = CompactionProfile::auto(&client_path);
|
||||
client_db_config.wal = client_config.db_wal;
|
||||
|
||||
let client_db_handler = test_helpers::restoration_db_handler(client_db_config.clone());
|
||||
let client_db = client_db_handler.open(&client_path).unwrap();
|
||||
|
||||
Reference in New Issue
Block a user