Commit e946bbe1 authored by Adam Niedzielski's avatar Adam Niedzielski

Increase ETag cache expiry time

As discussed in #29777.
parent 22682f6e
module Gitlab
module EtagCaching
class Store
EXPIRY_TIME = 10.minutes
EXPIRY_TIME = 20.minutes
REDIS_NAMESPACE = 'etag:'.freeze
def get(key)
......
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