Fixed cache key difference for graph

This commit is contained in:
Dmitriy Zaporozhets 2013-06-25 14:19:33 +03:00
parent 11c9b06f7c
commit d0529ad21d
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class Repository
end
def graph_log
Rails.cache.fetch(cache_key(:graph)) do
Rails.cache.fetch(cache_key(:graph_log)) do
stats = Gitlab::Git::GitStats.new(raw, root_ref)
stats.parsed_log
end