mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 14:31:11 +01:00
ircd::db: Reduce default target size base.
This commit is contained in:
parent
e918bf06bb
commit
e55c750f97
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ struct ircd::db::descriptor
|
|||
/// Compaction related parameters. see: rocksdb/advanced_options.h
|
||||
struct
|
||||
{
|
||||
size_t base {128_MiB};
|
||||
size_t base {64_MiB};
|
||||
size_t multiplier {2};
|
||||
}
|
||||
target_file_size;
|
||||
|
|
Loading…
Reference in a new issue