Skip to content

Commit

Permalink
Merge pull request payara#602 from JamesHillyard/SERV-714-Ent
Browse files Browse the repository at this point in the history
SERV-714 Update Documentation Around `prefer-validate-over-recreate` Property
  • Loading branch information
Pandrex247 committed Jun 17, 2022
2 parents 02ed22c + 189e5db commit 27993c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
-->
<!-- Portions Copyright [2019] [Payara Foundation and/or its affiliates] -->
<!-- Portions Copyright [2019-2022] [Payara Foundation and/or its affiliates] -->
<html lang="en">
<head>
<meta charset="utf-8"/>
Expand Down Expand Up @@ -677,7 +677,7 @@ <h2 id="_create_jdbc_connection_pool">create-jdbc-connection-pool</h2>
<dt class="hdlist1"><code>Prefer-Validate-Over-Recreate</code></dt>
<dd>
<p>Specifies whether pool resizer should validate idle connections
before destroying and recreating them. The default value is true.</p>
before destroying and recreating them. The default value is false.</p>
</dd>
<dt class="hdlist1"><code>time-to-keep-queries-in-minutes</code></dt>
<dd>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ OPTIONS
Prefer-Validate-Over-Recreate
Specifies whether pool resizer should validate idle connections
before destroying and recreating them. The default value is
true.
false.

time-to-keep-queries-in-minutes
Specifies the number of minutes that will be cached for use in
Expand Down

0 comments on commit 27993c8

Please sign in to comment.