Fix unitest fail, change default index slice to 16 (#17162)

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
pull/17169/head
zhenshan.cao 2022-05-23 17:44:25 +08:00 committed by GitHub
parent 08a4dff41d
commit cce533c246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.