ethcore client config

This commit is contained in:
Nikolay Volf
2016-06-27 13:58:12 +02:00
parent 627b67db0a
commit 2e5d5f12dd
6 changed files with 44 additions and 6 deletions

View File

@@ -72,7 +72,7 @@ impl CompactionProfile {
}
/// Slow hdd compaction profile
pub fn hdd(&self) -> CompactionProfile {
pub fn hdd() -> CompactionProfile {
CompactionProfile {
initial_file_size: 192 * 1024 * 1024,
file_size_multiplier: 1,