Skip to content

Commit

Permalink
MINIFICPP-2504 MergeContent should be single threaded
Browse files Browse the repository at this point in the history
Closes #1911

Signed-off-by: Marton Szasz <szaszm@apache.org>
  • Loading branch information
martinzink authored and szaszm committed Dec 29, 2024
1 parent 212b145 commit 5c5fc89
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 5c5fc89

Please sign in to comment.