Of course snapshot_queue, not comment_queue

openid
Marcin Kulik 12 years ago
parent d72b5852e0
commit 4f06a81ad1

@ -2,7 +2,7 @@ class SnapshotQueue < GirlFriday::WorkQueue
include Singleton include Singleton
def initialize def initialize
super(:comment_queue, :size => 3) do |asciicast_id| super(:snapshot_queue, :size => 3) do |asciicast_id|
SnapshotWorker.new.perform(asciicast_id) SnapshotWorker.new.perform(asciicast_id)
end end
end end

Loading…
Cancel
Save