Skip to content

Commit

Permalink
Remove surface cache file mode (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Oct 3, 2024
1 parent 04b4aab commit b5e8a14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ 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
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def __init__(self, app: Dash) -> None:
"CACHE_TYPE": "FileSystemCache",
"CACHE_DIR": cache_dir,
"CACHE_DEFAULT_TIMEOUT": 0,
"CACHE_OPTIONS": {"mode": 0o660},
}
)
self._image_cache.init_app(app.server)
Expand Down

0 comments on commit b5e8a14

Please sign in to comment.