Update ConfAdapter.cpp (#2106)

Signed-off-by: grtoverflow <grtoverflow@gmail.com>
This commit is contained in:
grtoverflow 2020-04-25 16:12:58 +08:00 committed by GitHub
parent e5dab2a43c
commit 6fe2cf1580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,7 +242,7 @@ NSGConfAdapter::CheckSearch(Config& oricfg, const IndexType type, const IndexMod
bool
HNSWConfAdapter::CheckTrain(Config& oricfg, const IndexMode mode) {
static int64_t MIN_EFCONSTRUCTION = 100;
static int64_t MAX_EFCONSTRUCTION = 500;
static int64_t MAX_EFCONSTRUCTION = 800;
static int64_t MIN_M = 5;
static int64_t MAX_M = 48;