diff --git a/native/jni/src/defines.h b/native/jni/src/defines.h
index 70690117ec69b1db534b106bd284bd56ed5b2e32..96abfe8d4eaf7c671368d7b4c72682d08d97ad58 100644
--- a/native/jni/src/defines.h
+++ b/native/jni/src/defines.h
@@ -352,6 +352,9 @@ static inline void prof_out(void) {
 
 #define MAX_SPACES_INTERNAL 16
 
+// TODO: Change this to MAX_WORDS, remove MAX_WORDS in Java, and stop getting it from Java
+#define MAX_WORDS_INTERNAL 18
+
 // Max Distance between point to key
 #define MAX_POINT_TO_KEY_LENGTH 10000000