From 1bd31a5bf4ea0143b1a9002446f227cf3d99f4ca Mon Sep 17 00:00:00 2001 From: Scott Ostler Date: Thu, 2 Sep 2010 02:04:50 -0400 Subject: Change max db connections to 10, /fullscreen route --- src/utils.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils.clj') diff --git a/src/utils.clj b/src/utils.clj index dd5530a..455f8a0 100755 --- a/src/utils.clj +++ b/src/utils.clj @@ -27,7 +27,7 @@ (.setDatabaseName db-name) (.setUser db-user) (.setPassword db-pass) - (.setMaxConnections 20))})) + (.setMaxConnections 10))})) ;; moved this to here which doesn't seem right... maybe a 'settings.clj' or something? (def *dumps-per-page* 20) -- cgit v1.2.3-70-g09d2