提交 7680d5c7 编写于 作者: X Xu Peng

feat(db): change default options values


Former-commit-id: 8c4aeb5206d7532ac524956e225779ce2e29766e
上级 e78481f5
......@@ -18,8 +18,8 @@ struct DBMetaOptions {
struct Options {
Options();
uint16_t memory_sync_interval = 10;
uint16_t merge_trigger_number = 100;
uint16_t memory_sync_interval = 1;
uint16_t merge_trigger_number = 2;
size_t index_trigger_size = 1024*1024*256;
Env* env;
DBMetaOptions meta;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册