Reduce max open files (#1876)
This commit is contained in:
parent
2e5a6ea1ff
commit
7ed4bded52
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user