engine: base_cmd: decrease base cmd hash size

This commit is contained in:
Alibek Omarov 2025-01-21 11:25:33 +03:00
parent 154df00f94
commit 6cfa5877a4

View file

@ -17,7 +17,7 @@ GNU General Public License for more details.
#include "base_cmd.h" #include "base_cmd.h"
#include "cdll_int.h" #include "cdll_int.h"
#define HASH_SIZE 128 // 128 * 4 * 4 == 2048 bytes #define HASH_SIZE 64 // 64 * 4 * 4 == 1024 bytes
typedef struct base_command_hashmap_s base_command_hashmap_t; typedef struct base_command_hashmap_s base_command_hashmap_t;