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

Commit 773a28d

Browse files
committed
Merge pull request #177 from alenkacz/JavaDocImprovement
Time unit as a part of javadoc
2 parents c94b0ad + a2a11ac commit 773a28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db-async-common/src/main/scala/com/github/mauricio/async/db/pool/PoolConfiguration.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object PoolConfiguration {
2525
* Defines specific pieces of a pool's behavior.
2626
*
2727
* @param maxObjects how many objects this pool will hold
28-
* @param maxIdle how long are objects going to be kept as idle (not in use by clients of the pool)
28+
* @param maxIdle number of milliseconds for which the objects are going to be kept as idle (not in use by clients of the pool)
2929
* @param maxQueueSize when there are no more objects, the pool can queue up requests to serve later then there
3030
* are objects available, this is the maximum number of enqueued requests
3131
* @param validationInterval pools will use this value as the timer period to validate idle objects.

0 commit comments

Comments
 (0)