Skip to content

Commit bf58ef1

Browse files
committed
Ensure that the info command is running in single-thread
1 parent f054545 commit bf58ef1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/BlockDecompressor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ int BlockDecompressor::decompress(uint64& inputSize)
9898

9999
if (isInfo) {
100100
_verbosity = 0;
101+
_jobs = 1;
101102
_outputName = "NONE";
102103
_ctx.putString("outputName", _outputName);
103104
_ctx.putInt("from", 1);

0 commit comments

Comments
 (0)