Skip to content

Commit

Permalink
Change default pool values
Browse files Browse the repository at this point in the history
  • Loading branch information
norm2782 committed Oct 13, 2011
1 parent 52a7d0d commit d9cbacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Snap/Snaplet/Auth/Backends/Hdbc.hs
Expand Up @@ -28,7 +28,7 @@ initHdbcAuthManager
-> Queries
-> SnapletInit b (AuthManager b)
initHdbcAuthManager s l conn tbl qs = initHdbcAuthManager' s l pool tbl qs
where pool = createPool conn disconnect 1 5 1
where pool = createPool conn disconnect 1 300 1

initHdbcAuthManager'
:: IConnection conn
Expand Down

0 comments on commit d9cbacc

Please sign in to comment.