Scarab commit: svn commit: r10321 - branches/release/b21/src/conf/conf/Torque.properties
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ronvoe122 Date: 2006-11-02 11:20:55-0800 New Revision: 10321 Modified: branches/release/b21/src/conf/conf/Torque.properties Log: Set maxWait in Torque.properties to 30 seconds. That means that the connection pool throws an exception, if it still has not delivered a connection after waiting 30 seconds. Modified: branches/release/b21/src/conf/conf/Torque.properties Url: http://scarab.tigris.org/source/browse/scarab/branches/release/b21/src/conf/conf/Torque.properties?view=diff&rev=10321&p1=branches/release/b21/src/conf/conf/Torque.properties&p2=branches/release/b21/src/conf/conf/Torque.properties&r1=10320&r2=10321 ============================================================================== --- branches/release/b21/src/conf/conf/Torque.properties (original) +++ branches/release/b21/src/conf/conf/Torque.properties 2006-11-02 11:20:55-0800 @@ -49,6 +49,7 @@ torque.dsfactory.scarab.pool.maxActive=10 torque.dsfactory.scarab.pool.testOnBorrow=false torque.dsfactory.scarab.pool.validationQuery=SELECT 1 +torque.dsfactory.scarab.pool.maxWait=30000 torque.dsfactory.scarab.connection.driver=org.gjt.mm.mysql.Driver torque.dsfactory.scarab.connection.url=jdbc:mysql://localhost:3306/scarab? torque.dsfactory.scarab.connection.user=sa