On Thu, Aug 5, 2010 at 06:51, Joe <[email protected]> wrote: > Couple of thoughts: > 1) The JDBCConnectionPool setLoginTimeout method says the default > timeout is 5 minutes. However, the default is actually set to '30' in > the code. That appears that is supposed to be '30' seconds.
The default timeout has been reduced to 30 seconds recently. It seems that the javadoc has not been updated yet. It has been reduced because for a lot of people the 5 minutes timeout was too long if e.g. a server is temporarily not available because only after 5 minutes a message could be presented to the user that the connection could not be established. -- Martin Wildam http://www.google.com/profiles/mwildam -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
