This is an automated email from the ASF dual-hosted git repository.

szaszm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git

commit 5c5fc8946d7e4a12125c4a9b494adc08fb4d99b3
Author: Martin Zink <[email protected]>
AuthorDate: Sun Dec 29 21:00:36 2024 +0100

    MINIFICPP-2504 MergeContent should be single threaded
    
    Closes #1911
    
    Signed-off-by: Marton Szasz <[email protected]>
---
 extensions/libarchive/MergeContent.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/libarchive/MergeContent.h 
b/extensions/libarchive/MergeContent.h
index a0248eec2..4995732b8 100644
--- a/extensions/libarchive/MergeContent.h
+++ b/extensions/libarchive/MergeContent.h
@@ -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
 

Reply via email to