Updated min M to 2 [skip ci]

This commit is contained in:
Andrew Kane
2023-08-10 20:57:50 -07:00
parent 94a684c9e9
commit 3ff2e34d7f
3 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@
#define HNSW_HEAD_BLKNO 1 /* first element page */
#define HNSW_DEFAULT_M 16
#define HNSW_MIN_M 4
#define HNSW_MIN_M 2
#define HNSW_MAX_M 100
#define HNSW_DEFAULT_EF_CONSTRUCTION 40
#define HNSW_MIN_EF_CONSTRUCTION 10