Commit 180267d6 authored by Shinya Maeda's avatar Shinya Maeda

Change Redis TTL to 1 week

parent 47b01f59
......@@ -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,
......
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