We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae33c66 commit 41745f2Copy full SHA for 41745f2
java/jdbc/ConnectionSamples/UCPSample.java
@@ -63,7 +63,7 @@ public static void main(String args[]) throws Exception {
63
// connections allowed on the connection pool.
64
pds.setMaxPoolSize(20);
65
66
- // Default is 30secs. Set the frequency ineconds to enforce the timeout
+ // Default is 30secs. Set the frequency in seconds to enforce the timeout
67
// properties. Applies to inactiveConnectionTimeout(int secs),
68
// AbandonedConnectionTimeout(secs)& TimeToLiveConnectionTimeout(int secs).
69
// Range of valid values is 0 to Integer.MAX_VALUE. .
0 commit comments