Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
better default for minEvictableIdle
Browse files Browse the repository at this point in the history
  • Loading branch information
freels committed Dec 5, 2010
1 parent 9354e7a commit 8248a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/com/twitter/querulous/config/Database.scala
Expand Up @@ -10,7 +10,7 @@ class ApachePoolingDatabase {
var sizeMax: Int = 10
var testIdle: Duration = 1.second
var maxWait: Duration = 10.millis
var minEvictableIdle: Duration = 0.seconds
var minEvictableIdle: Duration = 60.seconds
var testOnBorrow: Boolean = false
}

Expand Down

0 comments on commit 8248a33

Please sign in to comment.