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

Commit

Permalink
Adding explicit delayed delta require - TS seems to exist already.
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Dec 2, 2009
1 parent 4dc3d14 commit d6c06cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/thinking_sphinx/deltas/delayed_delta/tasks.rb
Expand Up @@ -6,6 +6,7 @@
desc "Process stored delta index requests"
task :delayed_delta => :app_env do
require 'delayed/worker'
require 'thinking_sphinx/deltas/delayed_delta'

Delayed::Worker.new(
:min_priority => ENV['MIN_PRIORITY'],
Expand Down

0 comments on commit d6c06cf

Please sign in to comment.