uhhh...shouldn't this be added to the TR.master file? -jon Forwarded message: > From [EMAIL PROTECTED] Tue Oct 24 11:52:30 2000 > Date: Tue, 24 Oct 2000 11:33:48 -0700 (PDT) > Message-Id: <[EMAIL PROTECTED]> > From: Java Apache CVS Development <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: CVS update: turbine/conf TurbineResources.properties > Reply-To: "Java-Apache Development" <[EMAIL PROTECTED]> > Sender: <[EMAIL PROTECTED]> > Precedence: Bulk > List-Software: LetterRip Pro 3.0.7 by Fog City Software, Inc. > List-Subscribe: <mailto:[EMAIL PROTECTED]> > List-Digest: <mailto:[EMAIL PROTECTED]> > List-Unsubscribe: <mailto:[EMAIL PROTECTED]> > > User: jthor > Date: 00/10/24 11:33:47 > > Modified: conf TurbineResources.properties > Log: > adding logInterval option > > Revision Changes Path > 1.38 +8 -1 turbine/conf/TurbineResources.properties > > Index: TurbineResources.properties > =================================================================== > RCS file: /products/cvs/turbine/turbine/conf/TurbineResources.properties,v > retrieving revision 1.37 > retrieving revision 1.38 > diff -u -r1.37 -r1.38 > --- TurbineResources.properties 2000/10/17 17:34:16 1.37 > +++ TurbineResources.properties 2000/10/24 18:33:47 1.38 > @@ -1,5 +1,5 @@ > # ------------------------------------------------------------------- > -# $Id: TurbineResources.properties,v 1.37 2000/10/17 17:34:16 jvanzyl Exp $ > +# $Id: TurbineResources.properties,v 1.38 2000/10/24 18:33:47 jthor Exp $ > # > # This is the configuration file for Turbine. > # ------------------------------------------------------------------- > @@ -131,6 +131,13 @@ > # Default: one hour = 60 * 60 * 1000 > > database.expiryTime=3600000 > + > +# The interval (in milliseconds) between which the PoolBrokerService logs > +# the status of it's ConnectionPools. > +# > +# Default: No logging = 0 = 0 * 1000 > + > +database.logInterval=0 > > # These are the supported JDBC drivers and their associated Turbine > # adaptor. These properties are used by the DBFactory. You can add > > > > -- Scarab - Java Servlet Based - Open Source Bug/Issue Tracking System <http://scarab.tigris.org/> ------------------------------------------------------------ To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/> Problems?: [EMAIL PROTECTED]
