[teiid-commits] teiid SVN: r1951 - trunk/build/kit-jboss-container/deploy/teiid.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue Mar 9 14:32:17 EST 2010


Author: rareddy
Date: 2010-03-09 14:32:17 -0500 (Tue, 09 Mar 2010)
New Revision: 1951

Modified:
   trunk/build/kit-jboss-container/deploy/teiid/teiid-jboss-beans.xml
Log:
TEIID-833: removing the max open files setting

Modified: trunk/build/kit-jboss-container/deploy/teiid/teiid-jboss-beans.xml
===================================================================
--- trunk/build/kit-jboss-container/deploy/teiid/teiid-jboss-beans.xml	2010-03-09 19:29:44 UTC (rev 1950)
+++ trunk/build/kit-jboss-container/deploy/teiid/teiid-jboss-beans.xml	2010-03-09 19:32:17 UTC (rev 1951)
@@ -62,8 +62,6 @@
         <property name="maxProcessingBatchesColumns">128</property>
         <!--  Max File size in MB (default 2GB)-->
         <property name="maxFileSize">2048</property> 
-        <!-- Max open buffer files (default 64) -->
-        <property name="maxOpenFiles">64</property>
     </bean>
     
     <bean name="RuntimeEngineDeployer" class="org.teiid.jboss.deployers.RuntimeEngineDeployer">



More information about the teiid-commits mailing list