Use smaller prime for hash size
This commit is contained in:
parent
c4b2787ba4
commit
abe91a1694
|
@ -22,7 +22,7 @@
|
||||||
#include "fcint.h"
|
#include "fcint.h"
|
||||||
#include <uuid/uuid.h>
|
#include <uuid/uuid.h>
|
||||||
|
|
||||||
#define FC_HASH_SIZE 4099
|
#define FC_HASH_SIZE 227
|
||||||
|
|
||||||
typedef struct _FcHashBucket {
|
typedef struct _FcHashBucket {
|
||||||
struct _FcHashBucket *next;
|
struct _FcHashBucket *next;
|
||||||
|
|
Loading…
Reference in New Issue