Commit 01a8615a authored by Sean McGivern's avatar Sean McGivern

Merge branch 'increase-etag-cache-expiry-time' into 'master'

Increase ETag cache expiry time

See merge request !10180
parents 4eed3481 e946bbe1
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