Use smaller prime for hash size

This commit is contained in:
Akira TAGOH 2017-11-20 14:33:18 +05:30
parent c4b2787ba4
commit abe91a1694
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#include "fcint.h"
#include <uuid/uuid.h>
#define FC_HASH_SIZE 4099
#define FC_HASH_SIZE 227
typedef struct _FcHashBucket {
struct _FcHashBucket *next;