aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hashmap.ha2
1 files changed, 1 insertions, 1 deletions
diff --git a/hashmap.ha b/hashmap.ha
index 81c9f94..041009a 100644
--- a/hashmap.ha
+++ b/hashmap.ha
@@ -1,4 +1,4 @@
-def HASHMAP_SIZE: size = 1 << 14;
+def HASHMAP_SIZE: size = 1 << 15;
type hashmap = [HASHMAP_SIZE](size, stat);