BigW Consortium Gitlab

etag_caching.rb 230 Bytes
Newer Older
1 2 3 4
# 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)