mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update the spinner to the latest commands
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2428 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
f98ec352b6
commit
241b842be1
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ end
|
|||
OPTIONS = {
|
||||
:high_interval => 5.0,
|
||||
:low_interval => 0.5,
|
||||
:command => File.expand_path(File.dirname(__FILE__) + '/spawner'),
|
||||
:daemon => false
|
||||
:command => File.expand_path(RAILS_ROOT + '/script/run process spawner'),
|
||||
:daemon => false
|
||||
}
|
||||
|
||||
ARGV.options do |opts|
|
||||
|
|
Loading…
Reference in a new issue