Skip to content

Commit

Permalink
cache removal
Browse files Browse the repository at this point in the history
  • Loading branch information
albertmeronyo committed Sep 11, 2018
1 parent f477307 commit 4a29f52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/static.py
Expand Up @@ -27,7 +27,8 @@

# Cache control
# CACHE_CONTROL_POLICY = 'public, max-age=60'
CACHE_CONTROL_POLICY = 'public, max-age=86400' # 24 hours
# With the new hash retrieveal and redirect caching becomes obsolete
CACHE_CONTROL_POLICY = 'no-cache'

# Setting headers to use access_token for the GitHub API
config_fallbacks = {
Expand Down

0 comments on commit 4a29f52

Please sign in to comment.