mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +01:00
ircd::db: Increase default non-conf maximums for now.
This commit is contained in:
parent
81db366a78
commit
24986e76f9
1 changed files with 2 additions and 2 deletions
|
@ -1101,8 +1101,8 @@ try
|
|||
opts->max_background_flushes = 1;
|
||||
opts->max_background_compactions = 1;
|
||||
|
||||
opts->max_total_wal_size = 32_MiB; //TODO: conf
|
||||
opts->db_write_buffer_size = 32_MiB; //TODO: conf
|
||||
opts->max_total_wal_size = 96_MiB; //TODO: conf
|
||||
opts->db_write_buffer_size = 96_MiB; //TODO: conf
|
||||
//opts->max_log_file_size = 32_MiB; //TODO: conf
|
||||
|
||||
//TODO: range_sync
|
||||
|
|
Loading…
Reference in a new issue