mirror of
https://github.com/github/rails.git
synced 2026-01-29 16:28:09 -05:00
(duh :)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3732 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user