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

Increase ETag cache expiry time

See merge request !10180
This commit is contained in:
Sean McGivern 2017-03-23 13:43:58 +00:00
commit 01a8615aa0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
module Gitlab
module EtagCaching
class Store
EXPIRY_TIME = 10.minutes
EXPIRY_TIME = 20.minutes
REDIS_NAMESPACE = 'etag:'.freeze
def get(key)