Replies: 2 comments 1 reply
-
Until 3.3.1 version, I used my own implementation which was saved as plain text which was easy to change |
Beta Was this translation helpful? Give feedback.
1 reply
-
Since - aaa5885 by default results from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
for example, i have a fast local disk, and a slow remote network disk.
this is what i do before i upload the picture to slow remote disk:
problem: i need to hash again all new uploaded picture from slow remote disk, which consume a lot of time.
is there a way to edit/manipulate the cache files? so that i can change the hashed picture from local directory to remote directory without the need of rehash.
above is the cache file opened in file editor, i can see the picture URI location. can i simply change replace the directory name?
media is slow remote disk
upload is fast local disk
will changing
home/chchia/upload/2020.05/100/(25).jpg
to
home/chchia/media/2020.05/100/(25).jpg
works?
Beta Was this translation helpful? Give feedback.
All reactions