Skip to content

Commit

Permalink
Increased conntion pool size
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Feb 21, 2012
1 parent fb2ac4b commit 06b12be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/views/companies/show.html.erb
Expand Up @@ -9,7 +9,6 @@
<div id='update_me_container'> <div id='update_me_container'>
<div id='update_me' class='btn btn-primary'>Keep Me Updated</div> <div id='update_me' class='btn btn-primary'>Keep Me Updated</div>
</div> </div>

<div id="more_info"> <div id="more_info">
<%= render 'related_people' %> <%= render 'related_people' %>
<%= render 'rounds' %> <%= render 'rounds' %>
Expand Down
4 changes: 2 additions & 2 deletions config/database.yml
Expand Up @@ -23,5 +23,5 @@ production:
adapter: postgresql adapter: postgresql
database: fundinglist database: fundinglist
user: postgres user: postgres
pool: 5 pool: 10
timeout: 5000 timeout: 8000

0 comments on commit 06b12be

Please sign in to comment.