LZ4 compression defaults to one thread

This commit is contained in:
Tino Reichardt
2020-04-10 14:30:35 +02:00
parent d17138af60
commit 16b902a89f

View File

@@ -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();
} }