Bump the redis cache expiration to 24 hours for fmn
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
deb74aae7c
commit
f71d96a74a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue