summaryrefslogtreecommitdiff
path: root/source3/include/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/hash.h')
-rw-r--r--source3/include/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/hash.h b/source3/include/hash.h
index 2de7031855..80a1aaae50 100644
--- a/source3/include/hash.h
+++ b/source3/include/hash.h
@@ -22,7 +22,7 @@
#ifndef _HASH_H_
#define _HASH_H_
-#define MAX_HASH_TABLE_SIZE 32768
+#define MAX_HASH_TABLE_SIZE 16384
#define HASH_TABLE_INCREMENT 2
typedef int (*compare_function)(char *, char *);