db::WriterOpts reduce current_buf_size
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dmitry Belyaev 2022-10-13 21:27:41 +03:00
parent 5f4fc35b71
commit a05edad5f7

View File

@ -37,7 +37,7 @@ impl Default for WriterOpts {
compress_lvl: 1, compress_lvl: 1,
data_buf_size: 500 * 1024 * 1024, data_buf_size: 500 * 1024 * 1024,
out_buf_size: 200 * 1024 * 1024, out_buf_size: 200 * 1024 * 1024,
current_buf_size: 20 * 1024 * 1024, current_buf_size: 100 * 1024,
} }
} }
} }