git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3732 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jeremy Kemper
2006-03-01 22:14:00 +00:00
parent d28c0f7405
commit a434cec2e6

View File

@@ -98,7 +98,7 @@ module ActiveRecord
stale = Set.new(cache.keys)
Thread.list.each do |thread|
stale -= thread.object_id if t.alive?
stale.delete(thread.object_id) if thread.alive?
end
stale.each do |thread_id|