parent
22682f6e15
commit
e946bbe1eb
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