engine: base_cmd: decrease base cmd hash size
This commit is contained in:
parent
154df00f94
commit
6cfa5877a4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue