Skip to content

Commit

Permalink
build: (KUI-1075) Set redisExpire to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rao-Sabahat-Ali committed Jul 17, 2023
1 parent 12100c5 commit 581f86a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/serverSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ module.exports = {
}, // 2 * 60 s = 2 MINUTES},
cortinaBlock: {
redis: unpackRedisConfig('REDIS_URI', devRedis),
redisExpire: 1,
},
},
redisServer: unpackRedisConfig('REDIS_URI', devRedis),
Expand Down

0 comments on commit 581f86a

Please sign in to comment.