[jboss-cvs] JBossAS SVN: r102257 - 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:14:44 EST 2010


Author: laubai
Date: 2010-03-10 23:14:44 -0500 (Wed, 10 Mar 2010)
New Revision: 102257

Modified:
   projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Alternative_DBs.xml
Log:
Corrected blocking-timeout-millis value as per JBPAPP-3863.

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:12:08 UTC (rev 102256)
+++ projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Alternative_DBs.xml	2010-03-11 04:14:44 UTC (rev 102257)
@@ -277,7 +277,7 @@
           </listitem></varlistentry>
           <varlistentry><term><literal>blocking-timeout-millis</literal></term><listitem>
               <para>
-                  This element specifies the maximum time in milliseconds to block while waiting for a connection before throwing an exception. Note that this blocks only while waiting for a permit for a connection, and will never throw an exception if creating a new connection takes an inordinately long time. The default is <literal>5000</literal>.
+                  This element specifies the maximum time in milliseconds to block while waiting for a connection before throwing an exception. Note that this blocks only while waiting for a permit for a connection, and will never throw an exception if creating a new connection takes an inordinately long time. The default is <literal>30000</literal>.
               </para>
           </listitem></varlistentry>
           <varlistentry><term><literal>idle-timeout-minutes</literal></term><listitem>
@@ -1510,4 +1510,4 @@
 ]]></programlisting>            
 
 </section>
-</chapter>
\ No newline at end of file
+</chapter>




More information about the jboss-cvs-commits mailing list