[jboss-cvs] JBossAS SVN: r102258 - projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 10 23:17:05 EST 2010


Author: laubai
Date: 2010-03-10 23:17:05 -0500 (Wed, 10 Mar 2010)
New Revision: 102258

Modified:
   projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Alternative_DBs.xml
Log:
Corrected blocking-timeout-millis values elsewhere.

Modified: projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Alternative_DBs.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Alternative_DBs.xml	2010-03-11 04:14:44 UTC (rev 102257)
+++ projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Alternative_DBs.xml	2010-03-11 04:17:05 UTC (rev 102258)
@@ -634,7 +634,7 @@
                 <varlistentry>
                   <term><literal><![CDATA[<blocking-timeout-millis>]]></literal></term><listitem>
                     <para>
-                        The length of time to wait for a connection to become available when all the connections are checked out. The default is <literal>5000</literal> (5 seconds). From 3.2.4 and higher, the default is <literal>30000</literal> (30 seconds).
+                        The length of time to wait for a connection to become available when all the connections are checked out. The default is <literal>30000</literal> (30 seconds).
                     </para>
                   </listitem>
                 </varlistentry>
@@ -1307,7 +1307,7 @@
 <!--pooling parameters-->
 <min-pool-size>5</min-pool-size>
 <max-pool-size>100</max-pool-size>
-<blocking-timeout-millis>5000</blocking-timeout-millis>
+<blocking-timeout-millis>30000</blocking-timeout-millis>
 <idle-timeout-minutes>15</idle-timeout-minutes>
 <!-- sql to call when connection is created
 <new-connection-sql>some arbitrary sql</new-connection-sql>
@@ -1356,7 +1356,7 @@
 <!--pooling parameters-->
 <min-pool-size>5</min-pool-size>
 <max-pool-size>100</max-pool-size>
-<blocking-timeout-millis>5000</blocking-timeout-millis>
+<blocking-timeout-millis>30000</blocking-timeout-millis>
 <idle-timeout-minutes>15</idle-timeout-minutes>
 <!-- sql to call when connection is created
 <new-connection-sql>some arbitrary sql</new-connection-sql>




More information about the jboss-cvs-commits mailing list