From 4e7b64f295ffdd0cc72eae634b21880a19ecbca4 Mon Sep 17 00:00:00 2001 From: yu yunfeng Date: Wed, 10 Jul 2019 11:45:45 +0800 Subject: [PATCH] threshold = 20 Former-commit-id: f2eb92589ff4fcaf24ad156fa2a212e40400b730 --- cpp/conf/server_config.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/conf/server_config.template b/cpp/conf/server_config.template index c7eb134f..cb997497 100644 --- a/cpp/conf/server_config.template +++ b/cpp/conf/server_config.template @@ -34,5 +34,5 @@ cache_config: # cache configure engine_config: nprobe: 10 - nlist: 16381 - use_blas_threshold: 10 \ No newline at end of file + nlist: 16384 + use_blas_threshold: 20 \ No newline at end of file -- GitLab