mirror of https://github.com/milvus-io/milvus.git
feat(db): change default options values
Former-commit-id: 8c4aeb5206d7532ac524956e225779ce2e29766epull/191/head
parent
e78481f5e4
commit
7680d5c731
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue