-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
Speed issue with v2, and issue with losing modified date/time. #203
Comments
Hey, you're hitting an unoptimized code path in the underlying |
Oh OK, thanks for letting me know, and thanks for the app :) |
PyFilesystem did release a new version and this should be fixed now. Can you check again? Please make sure to run |
Edit: The latest version of fs on pypi.org is 2.4.16 (Released: May 2, 2022), so that makes sense. Heya, sorry for the late reply. Just checked and the speed issue seems to be fixed now, but the issue with the modified date/time is still there though. |
It also confuse me a lot. |
Hi and thank you for a great tool. Does anyone know how to fix the issue with modified/create datetime changed to current on copy/move actions? |
I just released v3 as a pre-release (infos in the repo's readme). The speed issues and strange metadata issues came from the |
Heya, sorry for late reply, all seems fine now. Thanks. |
Np, thanks for the update! |
Heya,
I updated my config for v2 and noticed there's a big diffence in speed, what took a few seconds in v1 is taking minutes in v2, also the modified date/time gets changed to the current time.
I'm probably doing something wrong in my config.
Expected behavior:
Speed of task to be the same, and not have the modified date/time be changed to the current time.
Environment:
Your config file
The text was updated successfully, but these errors were encountered: