a.binder 6 年之前
父节点
当前提交
b8eb5e6b85
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      SE/schema/default_db_xml_cache.public/build_ant_universal_by_xsl_match.xsl

+ 2 - 2
SE/schema/default_db_xml_cache.public/build_ant_universal_by_xsl_match.xsl

@@ -45,7 +45,7 @@
                     xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd">
                     <xsl:if test="$properties.xml"><xsl:copy-of select="doc($properties.xml)/properties/*" copy-namespaces="no"/></xsl:if>
                     <target name="{$antfile_prefix}">
-                        <parallel  failonany="true" threadCount="{$threadCount}"> <!-- threadCount="4"  -->
+                        <parallel  failonany="true" threadCount="1" > <!-- {$threadCount} threadCount="4"  -->
                             <xsl:variable name="system_cache__appinfo:element_complexType">
                                 <xsl:for-each select="*">
                                     <xsl:sort select="number(@id.int.rand)"/>
@@ -88,7 +88,7 @@
             <xsl:if test="$properties.xml"><xsl:copy-of select="doc($properties.xml)/properties/*" copy-namespaces="no"/></xsl:if>
             <xsl:message>#57 set $threadCount to <xsl:value-of select="$threadCount"/>; </xsl:message>
             <target name="{$antfile_prefix}">
-                <parallel  failonany="true" threadCount="1"> <!-- {$threadCount} threadCount="4" (number($threadCount) + 2) -->
+                <parallel  failonany="true" threadCount="{$threadCount}"> <!-- threadCount="4" (number($threadCount) + 2) -->
                     <xsl:variable name="system_cache__appinfo:element_complexType">
                         <xsl:for-each select="*">
                             <xsl:sort select="number(@id.int.rand)"/>