Merge branch 'increase-etag-cache-expiry-time' into 'master'
Increase ETag cache expiry time See merge request !10180
This commit is contained in:
commit
01a8615aa0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue