mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +00:00
Use 5 TTEntry slots instead of 4
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
6f1475b6fc
commit
e6863f46de
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
|
||||
/// This is the number of TTEntry slots for each position
|
||||
static const int ClusterSize = 4;
|
||||
static const int ClusterSize = 5;
|
||||
|
||||
|
||||
////
|
||||
|
|
Loading…
Add table
Reference in a new issue