don't ensure populated on querying... we can do this in a job later

This commit is contained in:
danielgrippi 2011-11-06 11:14:19 -08:00
parent af1558831b
commit 5214556882

View file

@ -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