diff options
Diffstat (limited to 'src/root.c')
| -rwxr-xr-x | src/root.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -978,7 +978,7 @@ _IterateSetSearchGlobals(ULONG uDepth) // Determine how much depth we need below a point in the tree in // order to split the search (which is based on iteration depth). // - uDontSplitLessThan = (ULONG)((double)(uDepth) * 0.30); + uDontSplitLessThan = (ULONG)((double)(uDepth) * 0.20); for (v = 0; v < MAX_PLY_PER_SEARCH; v++) { g_fCanSplit[v] = ((v + 1) >= uDontSplitLessThan); |
