Skip to content

Commit

Permalink
Fix permissions for surface array server cache (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKallekleiv authored Jun 20, 2023
1 parent bc3db13 commit 11e5575
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def __init__(self, app: Dash) -> None:
"CACHE_TYPE": "FileSystemCache",
"CACHE_DIR": cache_dir,
"CACHE_DEFAULT_TIMEOUT": 0,
"CACHE_OPTIONS": {"mode": 0o660},
}
)
self._array_cache.init_app(app.server)
Expand Down

0 comments on commit 11e5575

Please sign in to comment.