added doc around new flag
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 29 Oct 2008 05:19:32 +0000 (05:19 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 29 Oct 2008 05:19:32 +0000 (05:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@708780 13f79535-47bb-0310-9956-ffa450edef68

modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/DataSourceFactory.java

index 5f4cbb6..9cc4e4a 100644 (file)
@@ -51,6 +51,7 @@ import org.apache.juli.logging.LogFactory;
  *  <li>validationInterval - avoid excess validation, only run validation at most at this frequency - time in milliseconds.</li>\r
  *  <li>jdbcInterceptors - a semicolon separated list of classnames extending {@link JdbcInterceptor} class.</li>\r
  *  <li>jmxEnabled - true of false, whether to register the pool with JMX.</li>\r
+ *  <li>fairQueue - true of false, whether the pool should sacrifice a little bit of performance for true fairness.</li>\r
  *</ol>\r
  * @author Craig R. McClanahan\r
  * @author Dirk Verbeeck\r