Commit 4482c45b authored by Doug Stull's avatar Doug Stull

Remove duplicate helper method appearance

parent 9efb39d3
......@@ -133,10 +133,6 @@ module EE
s_('This GitLab instance is undergoing maintenance and is operating in read-only mode.')
end
def appearance
::Appearance.current
end
def db_lag
@db_lag ||= Rails.cache.fetch('geo:db_lag', expires_in: 20.seconds) do
::Gitlab::Geo::HealthCheck.new.db_replication_lag_seconds
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment