Skip to content

Commit

Permalink
fix no ttl for redis
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmh authored May 20, 2024
1 parent d3705c1 commit 100ec37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biliparser/cache/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# seconds * minutes * hours * days
"audio": 60 * 60 * 24 * 10,
"bangumi": 60 * 60 * 24 * 10,
"dynamic": 60 * 60 * 24 * 10,
"opus": 60 * 60 * 24 * 10,
"live": 60 * 5,
"read": 60 * 60 * 24 * 10,
"reply": 60 * 25,
Expand Down

0 comments on commit 100ec37

Please sign in to comment.