Skip to content

Commit

Permalink
add javadoc to maxIdleTime #34
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed Nov 14, 2018
1 parent 5061aa0 commit 326ea8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public Builder<T> idleTimeBeforeHealthCheck(long duration, TimeUnit unit) {
/**
* Sets the maximum time a connection can remaing idle before being scheduled
* for release (closure). If set to 0 (regardless of unit) then idle connections
* are not released.
* are not released. If not set the default value is 30 minutes.
*
* @param value duration
* @param unit unit of the duration
Expand Down

0 comments on commit 326ea8d

Please sign in to comment.