Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Time unit as a part of javadoc #177

Merged
merged 1 commit into from
Apr 18, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object PoolConfiguration {
* Defines specific pieces of a pool's behavior.
*
* @param maxObjects how many objects this pool will hold
* @param maxIdle how long are objects going to be kept as idle (not in use by clients of the pool)
* @param maxIdle number of milliseconds for which the objects are going to be kept as idle (not in use by clients of the pool)
* @param maxQueueSize when there are no more objects, the pool can queue up requests to serve later then there
* are objects available, this is the maximum number of enqueued requests
* @param validationInterval pools will use this value as the timer period to validate idle objects.
Expand Down