Merge branch 'branch-0.3.1-yuncong' into 'branch-0.3.1-yuncong'

Change threshold to 20

See merge request megasearch/milvus!182

Former-commit-id: c298e5af365ea61946f976cdc8f035e1c1d0e412
pull/191/head
jinhai 2019-07-10 13:10:18 +08:00
commit 2e57e20d8f
1 changed files with 2 additions and 2 deletions

View File

@ -34,5 +34,5 @@ cache_config: # cache configure
engine_config:
nprobe: 10
nlist: 16381
use_blas_threshold: 10
nlist: 16384
use_blas_threshold: 20