Fixed invalid minimum value for connectionTimeout

pull/140/head
Tomek Wałkuski 11 years ago
parent 365908a42e
commit 3ce3201dfb

@ -93,7 +93,7 @@ If this property is not specified, the default catalog defined by the JDBC drive
:watch:``connectionTimeout``<br/>
This property controls the maximum number of milliseconds that a client (that's you) will wait
for a connection from the pool. If this time is exceeded without a connection becoming
available, a SQLException will be thrown. 250ms is the minimum value. *Default: 30000 (30 seconds)*
available, a SQLException will be thrown. 100ms is the minimum value. *Default: 30000 (30 seconds)*
:watch:``idleTimeout``<br/>
This property controls the maximum amount of time (in milliseconds) that a connection is

Loading…
Cancel
Save