You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2003/06/09 14:11:24 UTC

cvs commit: db-ojb/src/test/org/apache/ojb repository_database.xml

arminw      2003/06/09 05:11:24

  Modified:    src/test/org/apache/ojb repository_database.xml
  Log:
  - increase con-pool size for
  second database to get 'performance3'
  test working
  
  Revision  Changes    Path
  1.12      +2 -2      db-ojb/src/test/org/apache/ojb/repository_database.xml
  
  Index: repository_database.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/repository_database.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- repository_database.xml	11 Apr 2003 21:59:49 -0000	1.11
  +++ repository_database.xml	9 Jun 2003 12:11:24 -0000	1.12
  @@ -1,4 +1,4 @@
  -
  +<!-- @version $Id$ -->
   <!--
   Define here all used connections.
   One defined connection should be defined as the default one,
  @@ -89,7 +89,7 @@
           batch-mode="false"
       >
           <connection-pool
  -            maxActive="5"
  +            maxActive="6"
               whenExhaustedAction="0"
               validationQuery="select count(*) from OJB_HL_SEQ"
           />