Closed cmarchand closed 7 years ago
Given this pipe :
<pipe mutiThreadMaxSourceSize="24349456" nbThreads="4"> <xslt href="identity.xsl"/> </pipe>
With a file which size is 29246436, so bigger than @mutiThreadMaxSourceSize, the file is not processed. If file is alone, it is processed. If @nbThreads="1", it is processed.
Solved in commit #f443ee6
Given this pipe :
With a file which size is 29246436, so bigger than @mutiThreadMaxSourceSize, the file is not processed. If file is alone, it is processed. If @nbThreads="1", it is processed.