diff options
author | Rémy Coutable <remy@rymai.me> | 2018-07-05 12:33:42 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-07-05 12:34:15 +0200 |
commit | f349f2a68c290ef0bfa9c32777426f8be86c0e43 (patch) | |
tree | 3d17acefcd1b79b36b912e572f0c202a1a84e669 /lib/gitlab.rb | |
parent | fe695ebd24e59f82d16aba629dd6d117be3ee5bb (diff) | |
download | gitlab-ce-f349f2a68c290ef0bfa9c32777426f8be86c0e43.tar.gz |
Stop relying on migrations in the CacheableAttributes cache key and cache attributes for 1 minute instead
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'lib/gitlab.rb')
-rw-r--r-- | lib/gitlab.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/gitlab.rb b/lib/gitlab.rb index b9a148f35bf..ab6b609d099 100644 --- a/lib/gitlab.rb +++ b/lib/gitlab.rb @@ -9,10 +9,6 @@ module Gitlab Settings end - def self.migrations_hash - @_migrations_hash ||= Digest::MD5.hexdigest(ActiveRecord::Migrator.get_all_versions.to_s) - end - def self.revision @_revision ||= begin if File.exist?(root.join("REVISION")) |