0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-01 21:28:53 +02:00

ircd::db: Fix claimed descriptor default.

This commit is contained in:
Jason Volk 2020-03-14 10:31:47 -07:00
parent 829516afde
commit a68b96f5e3

View file

@ -97,7 +97,7 @@ struct ircd::db::descriptor
struct
{
size_t base {64_MiB}; // rocksdb default
size_t multiplier {2}; // rocksdb default
size_t multiplier {1}; // rocksdb default
}
target_file_size;