mirror of https://github.com/milvus-io/milvus.git
Fix unitest fail, change default index slice to 16 (#17162)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>pull/17169/head
parent
08a4dff41d
commit
cce533c246
|
@ -31,7 +31,7 @@ const (
|
|||
DefaultRetentionDuration = 3600 * 24 * 5
|
||||
|
||||
// DefaultIndexSliceSize defines the default slice size of index file when serializing.
|
||||
DefaultIndexSliceSize = 4
|
||||
DefaultIndexSliceSize = 16
|
||||
)
|
||||
|
||||
// ComponentParam is used to quickly and easily access all components' configurations.
|
||||
|
|
Loading…
Reference in New Issue