mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04: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:
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user