mirror of
https://github.com/matrix-construct/construct
synced 2024-12-25 23:14:13 +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
|
/// Compaction related parameters. see: rocksdb/advanced_options.h
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
size_t base {128_MiB};
|
size_t base {64_MiB};
|
||||||
size_t multiplier {2};
|
size_t multiplier {2};
|
||||||
}
|
}
|
||||||
target_file_size;
|
target_file_size;
|
||||||
|
|
Loading…
Reference in a new issue