Skip to content
Permalink
Browse files

setting the default cache expiration to a week

  • Loading branch information...
shawnmjones committed May 24, 2019
1 parent d0c87a9 commit 0899208480c3a99e1adcd5af5613e616cfa25b45
Showing with 1 addition and 1 deletion.
  1. +1 −1 config/default.py
@@ -3,7 +3,7 @@
CACHE_DBHOST = "localhost"
CACHE_DBPORT = 6379
CACHE_DBPASSWORD = ""
URICACHE_EXPIRATION = 90
URICACHE_EXPIRATION = 604800
APPLICATION_LOGLEVEL = "DEBUG"
REQUEST_TIMEOUT = 15
APPLICATION_LOGFILE = '/tmp/mementoembed/mementoembed-application.log'

0 comments on commit 0899208

Please sign in to comment.
You can’t perform that action at this time.