Welcome to mirror list, hosted at ThFree Co, Russian Federation.

etag_caching.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2e5574d26023175193183c859f38349cf254a36e (plain)
1
2
3
4
5
6
# frozen_string_literal: true

# This middleware has to come after Gitlab::Metrics::RackMiddleware
# in the middleware stack, because it tracks events with
# GitLab Performance Monitoring
Rails.application.config.middleware.use(Gitlab::EtagCaching::Middleware)