forked from mirrors/thatmattlove-hyperglass
moved flask-caching dir to /tmp/hyperglass_cache
This commit is contained in:
parent
90cb08b1f0
commit
2ffdc9ec72
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ def params():
|
|||
features["cache"] = config["features"]["cache"]
|
||||
features["cache"]["timeout"] = config["features"]["cache"].get("timeout", 120)
|
||||
features["cache"]["directory"] = config["features"]["cache"].get(
|
||||
"directory", os.path.join(hyperglass_root, ".flask_cache")
|
||||
"directory", os.path.join(hyperglass_root, "/tmp/hyperglass_cache")
|
||||
)
|
||||
features["cache"]["show_text"] = config["features"]["cache"].get("show_text", True)
|
||||
features["cache"]["text"] = config["features"]["cache"].get(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue