cmarchand / gaulois-pipe

A XSLT pipelining solution
Mozilla Public License 2.0
9 stars 4 forks source link

Files bigger than @mutiThreadMaxSourceSize are not processed #21

Closed cmarchand closed 7 years ago

cmarchand commented 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.

cmarchand commented 7 years ago

Solved in commit #f443ee6