mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 11:14:58 -06:00
LZ4 compression defaults to one thread
This commit is contained in:
@@ -13,7 +13,7 @@ CEncoder::CEncoder():
|
|||||||
_processedOut(0),
|
_processedOut(0),
|
||||||
_inputSize(0),
|
_inputSize(0),
|
||||||
_ctx(NULL),
|
_ctx(NULL),
|
||||||
_numThreads(NWindows::NSystem::GetNumberOfProcessors())
|
_numThreads(1)
|
||||||
{
|
{
|
||||||
_props.clear();
|
_props.clear();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user