mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Fix unitest fail, change default index slice to 16 (#17162)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user