jmcnally 02/05/23 11:26:35 Modified: src/rttest Torque.properties Log: remove old style properties Revision Changes Path 1.9 +1 -27 jakarta-turbine-torque/src/rttest/Torque.properties Index: Torque.properties =================================================================== RCS file: /home/cvs/jakarta-turbine-torque/src/rttest/Torque.properties,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- Torque.properties 21 May 2002 19:51:45 -0000 1.8 +++ Torque.properties 23 May 2002 18:26:35 -0000 1.9 @@ -1,5 +1,5 @@ # ------------------------------------------------------------------- -# $Id: Torque.properties,v 1.8 2002/05/21 19:51:45 jmcnally Exp $ +# $Id: Torque.properties,v 1.9 2002/05/23 18:26:35 jmcnally Exp $ # # This is the configuration file for Torque. # @@ -67,32 +67,6 @@ torque.datasource.DBbookstore.url = @DATABASE_URL@ torque.datasource.DBbookstore.user = @DATABASE_USER@ torque.datasource.DBbookstore.password = @DATABASE_PASSWORD@ - -# The number of database connections to cache per ConnectionPool -# instance (specified per database). - -torque.database.default.maxConnections=80 - -# The amount of time (in milliseconds) that database connections will be -# cached (specified per database). -# -# Default: one hour = 60 * 60 * 1000 - -torque.database.default.expiryTime=3600000 - -# The amount of time (in milliseconds) a connection request will have to wait -# before a time out occurs and an error is thrown. -# -# Default: ten seconds = 10 * 1000 - -torque.database.connectionWaitTimeout=10000 - -# The interval (in milliseconds) between which the PoolBrokerService logs -# the status of it's ConnectionPools. -# -# Default: No logging = 0 = 0 * 1000 - -torque.database.logInterval=0 # Determines if the quantity column of the IDBroker's id_table should # be increased automatically if requests for ids reaches a high
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
