Change Redis TTL to 1 week

This commit is contained in:
Shinya Maeda 2018-04-06 22:43:12 +09:00
parent 47b01f5921
commit 180267d686
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ module Ci
default_value_for :data_store, :redis
CHUNK_SIZE = 128.kilobytes
CHUNK_REDIS_TTL = 1.day
CHUNK_REDIS_TTL = 1.week
enum data_store: {
redis: 1,