Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Revert "数値のオーバーライド出来ないかね"
Browse files Browse the repository at this point in the history
値小さすぎても実行出来ないぽ

This reverts commit 92348ef.
  • Loading branch information
tnmt committed Aug 29, 2017
1 parent 92348ef commit 6a68e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/initializers/sidekiq.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Sidekiq.configure_server do |config|
config.redis = { url: ENV['REDIS_URL'], namespace: 'sidekiq', size: 1 }
config.redis = { url: ENV['REDIS_URL'], namespace: 'sidekiq' }
end

Sidekiq.configure_client do |config|
config.redis = { url: ENV['REDIS_URL'], namespace: 'sidekiq', size: 1 }
config.redis = { url: ENV['REDIS_URL'], namespace: 'sidekiq' }
end

0 comments on commit 6a68e95

Please sign in to comment.