File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
db-async-common/src/main/scala/com/github/mauricio/async/db/pool Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ object PoolConfiguration {
25
25
* Defines specific pieces of a pool's behavior.
26
26
*
27
27
* @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)
29
29
* @param maxQueueSize when there are no more objects, the pool can queue up requests to serve later then there
30
30
* are objects available, this is the maximum number of enqueued requests
31
31
* @param validationInterval pools will use this value as the timer period to validate idle objects.
You can’t perform that action at this time.
0 commit comments