mirror of
https://github.com/pound-emu/ballistic.git
synced 2026-01-31 01:15:21 +01:00
tests: raise max local candidates to 1024
The windows build is failing because max local candidates is too low. This makes no sense cause the Linux and macOS builds run completely fine. Another reason why a hate Windows. Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#define DECODER_HASH_MASK 0x7FF
|
||||
#define DECODER_HASH_TABLE_SIZE 2048
|
||||
#define BLOCK_SIZE (1U << DECODER_HASH_SHIFT)
|
||||
#define MAX_LOCAL_CANDIDATES 256
|
||||
#define MAX_LOCAL_CANDIDATES 1024
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user