fix solr name

This commit is contained in:
Matt K. Fu 2013-06-19 16:24:56 +08:00
parent 6f46a3f949
commit c4ec6c1ac9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ development_gid = ''
God.watch do |w|
w.dir = rails_root
w.name = "scheduler"
w.name = "sunspot-solr"
w.group = 'rulingcom'
w.interval = 30.seconds
w.env = {"RAILS_ENV"=>rails_env}