Skip to content

Commit

Permalink
update deploy repo and connection pool
Browse files Browse the repository at this point in the history
  • Loading branch information
sankage committed Dec 27, 2016
1 parent d6019e2 commit 03cf457
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default: &default
encoding: unicode
# For details on connection pooling, see rails configuration guide
# http://guides.rubyonrails.org/configuring.html#database-pooling
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 10 } %>

development:
<<: *default
Expand Down
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
lock '3.6.1'

set :application, 'anoikis'
set :repo_url, 'git@github.com:sankage/eve.anoikis.git'
set :repo_url, 'git@github.com:EmberSands/eve.anoikis.git'

# Default branch is :master
# ask :branch, `git rev-parse --abbrev-ref HEAD`.chomp
Expand Down
5 changes: 5 additions & 0 deletions config/sidekiq.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
:concurrency: 5
:queues:
- [default]
- [low_priority]

0 comments on commit 03cf457

Please sign in to comment.