diff --git a/config/database.yml b/config/database.yml index 95992c2d0..913ba7cba 100644 --- a/config/database.yml +++ b/config/database.yml @@ -19,7 +19,7 @@ default: &default <% if use_sqlite %> adapter: sqlite3 - pool: 50 + pool: 5 timeout: 5000 <% else %> adapter: trilogy