0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-04 17:48:35 +02:00

ircd::db: Increase default non-conf maximums for now.

This commit is contained in:
Jason Volk 2019-09-10 19:16:46 -07:00
parent 81db366a78
commit 24986e76f9

View file

@ -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