From d63b583ea257b938bccf6a530adb0a1e6630dd91 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Mon, 29 Dec 2025 09:32:48 -0600 Subject: [PATCH] Hash size 16 --- src/modules/Native/StoreForwardPlusPlus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/Native/StoreForwardPlusPlus.h b/src/modules/Native/StoreForwardPlusPlus.h index b47bcafe1..96b5bf314 100644 --- a/src/modules/Native/StoreForwardPlusPlus.h +++ b/src/modules/Native/StoreForwardPlusPlus.h @@ -7,7 +7,7 @@ #include "SinglePortModule.h" #include "sqlite3.h" -#define SFPP_HASH_SIZE 32 +#define SFPP_HASH_SIZE 16 #define SFPP_SHORT_HASH_SIZE 8 /**