Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
fix migrations module
Browse files Browse the repository at this point in the history
  • Loading branch information
rphmeier committed Sep 27, 2016
1 parent c5092f7 commit d2257ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parity/migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ fn consolidate_database(
let config = default_migration_settings(compaction_profile);
let mut db_config = DatabaseConfig {
max_open_files: 64,
cache_size: None,
cache_sizes: Default::default(),
compaction: config.compaction_profile,
columns: None,
wal: true,
Expand Down

0 comments on commit d2257ef

Please sign in to comment.