don't ensure populated on querying... we can do this in a job later
This commit is contained in:
parent
af1558831b
commit
5214556882
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ module Diaspora
|
|||
if use_cache?(opts)
|
||||
cache = RedisCache.new(self, opts[:order_field])
|
||||
|
||||
cache.ensure_populated!(opts)
|
||||
#cache.ensure_populated!(opts)
|
||||
name = klass.to_s.downcase
|
||||
shareable_ids = cache.send(name+"_ids", opts[:max_time], opts[:limit])
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue