Skip to content

Commit

Permalink
Changes redis app key
Browse files Browse the repository at this point in the history
  • Loading branch information
serenafernandes committed May 11, 2016
1 parent d7f9170 commit 7f263d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataviva/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_env_variable(var_name, default=-1):
raise Exception(error_msg)


cache_prefix = get_env_variable("DATAVIVA_REDIS_PREFIX", "dv2015:")
cache_prefix = get_env_variable("DATAVIVA_REDIS_PREFIX", "dv2016:")
cache_timeout = get_env_variable("DATAVIVA_REDIS_TIMEOUT", 60000000)

view_cache = Cache(app, config={
Expand Down

0 comments on commit 7f263d5

Please sign in to comment.