Change cycleLog adjustment to +3 from +4
This commit is contained in:
parent
467e4383b0
commit
f49926edf4
@ -1193,7 +1193,7 @@ static unsigned ZSTDMT_computeTargetJobLog(const ZSTD_CCtx_params* params)
|
|||||||
/* In Long Range Mode, the windowLog is typically oversized.
|
/* In Long Range Mode, the windowLog is typically oversized.
|
||||||
* In which case, it's preferable to determine the jobSize
|
* In which case, it's preferable to determine the jobSize
|
||||||
* based on cycleLog instead. */
|
* based on cycleLog instead. */
|
||||||
jobLog = MAX(21, ZSTD_cycleLog(params->cParams.chainLog, params->cParams.strategy) + 4);
|
jobLog = MAX(21, ZSTD_cycleLog(params->cParams.chainLog, params->cParams.strategy) + 3);
|
||||||
} else {
|
} else {
|
||||||
jobLog = MAX(20, params->cParams.windowLog + 2);
|
jobLog = MAX(20, params->cParams.windowLog + 2);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user