Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for custom cache path #140

Closed
taka-oyama opened this issue Oct 6, 2023 · 0 comments · Fixed by #142
Closed

Allow for custom cache path #140

taka-oyama opened this issue Oct 6, 2023 · 0 comments · Fixed by #142
Assignees
Labels
enhancement New feature or request

Comments

@taka-oyama
Copy link
Collaborator

Currently the path is fixed to storage/framework/spanner.

$cachePath = $this->app->storagePath(implode(DIRECTORY_SEPARATOR, ['framework', 'spanner']));

Users should be able to change this path to point to a different path.
This allows users to write to a faster mounts like tempfs for a easy speed boost.

@taka-oyama taka-oyama added the enhancement New feature or request label Oct 6, 2023
@taka-oyama taka-oyama self-assigned this Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant