Reduce max open files (#1876)

This commit is contained in:
Arkadiy Paronyan 2016-08-08 17:18:29 +02:00 committed by Gav Wood
parent 2e5a6ea1ff
commit 7ed4bded52

View File

@ -172,7 +172,7 @@ impl Default for DatabaseConfig {
fn default() -> DatabaseConfig {
DatabaseConfig {
cache_size: None,
max_open_files: 1024,
max_open_files: 512,
compaction: CompactionProfile::default(),
columns: None,
wal: true,