mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
ircd::db: Fix claimed descriptor default.
This commit is contained in:
parent
829516afde
commit
a68b96f5e3
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ struct ircd::db::descriptor
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
size_t base {64_MiB}; // rocksdb default
|
size_t base {64_MiB}; // rocksdb default
|
||||||
size_t multiplier {2}; // rocksdb default
|
size_t multiplier {1}; // rocksdb default
|
||||||
}
|
}
|
||||||
target_file_size;
|
target_file_size;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue