summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/stc/cmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/cmap.h b/include/stc/cmap.h
index 1aeb63df..34a9ec79 100644
--- a/include/stc/cmap.h
+++ b/include/stc/cmap.h
@@ -74,7 +74,7 @@ typedef struct { intptr_t idx; uint8_t hashx, found; } chash_bucket;
#define i_max_load_factor 0.80f
#endif
#ifndef i_expandby
- #define i_expandby 1
+ #define i_expandby 2
#endif
#include "priv/template.h"
#ifndef i_is_forward