mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
remove default server declaration from cli
This commit is contained in:
parent
7e6e4ef264
commit
b5c8fa7a62
2 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,6 @@ module Sidekiq
|
|||
:verbose => false,
|
||||
:queues => [],
|
||||
:processor_count => 25,
|
||||
:server => ENV['REDISTOGO_URL'] || 'redis://localhost:6379/0',
|
||||
:rails => '.',
|
||||
:environment => nil,
|
||||
}
|
||||
|
|
1
lib/sidekiq/dump.rdb
Normal file
1
lib/sidekiq/dump.rdb
Normal file
|
@ -0,0 +1 @@
|
|||
REDIS0001ÿ
|
Loading…
Reference in a new issue