Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #912 from brandonlehmann/910
Browse files Browse the repository at this point in the history
Resolves #910
  • Loading branch information
zpalmtree committed Oct 15, 2019
2 parents 1106e28 + 0ef7cec commit 96251e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daemon/DaemonConfiguration.cpp
Expand Up @@ -157,7 +157,7 @@ namespace DaemonConfig
#ifdef ENABLE_ZSTD_COMPRESSION
("db-enable-compression",
"Enable database compression",
cxxopts::value<bool>(config.enableDbCompression)->default_value("false")->implicit_value("true"))
cxxopts::value<bool>()->default_value("false")->implicit_value("true"))
#endif
("db-max-open-files",
"Number of files that can be used by the database at one time",
Expand Down

0 comments on commit 96251e9

Please sign in to comment.