Skip to content

Commit

Permalink
Increased cache to 1 hour (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Kallekleiv authored May 29, 2019
1 parent db79ec5 commit 36bd004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webviz_config/common_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


cache = flask_caching.Cache(config={'CACHE_TYPE': 'simple'})
cache.TIMEOUT = 60
cache.TIMEOUT = 3600

0 comments on commit 36bd004

Please sign in to comment.