-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Configurable preview path #23143
Comments
First thoughts:
If that's not a good solution, then much more work would be required from my pov because Preview is still using |
Thinking about it some more, just changing the path in Preview to make it a subfolder of cache will also have problems linked to the fact that Preview is still using |
discussed separating metadata from files here #18029 |
and #28939 |
closing in favor of #19548 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
core/config/config.sample.php
Lines 936 to 942 in 750ec93
Background:
Often the user data is stored on a different storage server and it makes the access to those often needed files faster, because they are on the same server. Also it makes the redundancy easier. Those files are not that critical if they get lost and could be easily re-generated. Therefore it makes sense to put them on a storage that is not that redundant available but a lot faster to access.
cc @MTRichards for this feature request (was requested as a side note in a blue ticket)
cc @oparoz @icewind1991 for the implementation details - it shouldn't be that hard, or am I wrong here?
The text was updated successfully, but these errors were encountered: