Skip to content

Commit

Permalink
MINIFICPP-2504 MergeContent should be single threaded
Browse files Browse the repository at this point in the history
  • Loading branch information
martinzink committed Dec 17, 2024
1 parent 25882c1 commit 08423ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/libarchive/MergeContent.h
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ class MergeContent : public processors::BinFiles {
EXTENSIONAPI static constexpr bool SupportsDynamicProperties = false;
EXTENSIONAPI static constexpr bool SupportsDynamicRelationships = false;
EXTENSIONAPI static constexpr core::annotation::Input InputRequirement = core::annotation::Input::INPUT_REQUIRED;
EXTENSIONAPI static constexpr bool IsSingleThreaded = false;
EXTENSIONAPI static constexpr bool IsSingleThreaded = true;

ADD_COMMON_VIRTUAL_FUNCTIONS_FOR_PROCESSORS

Expand Down

0 comments on commit 08423ab

Please sign in to comment.