Bump the redis cache expiration to 24 hours for fmn

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
Jeremy Cline 2017-11-17 18:08:36 +00:00
parent deb74aae7c
commit f71d96a74a

View file

@ -83,7 +83,7 @@ config = {
"host": "localhost",
"port": 6379,
"db": 0,
"redis_expiration_time": 60*60*2, # 2 hours
"redis_expiration_time": 60*60*24, # 1 day
"distributed_lock": True
},
},