You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there,
I noticed that when uploading files, even if force_overwrite_to_cloud is set, local + cloud mtime of the file are still calculated, even though they are effectively ignored.
Usually this is a minor performance overhead, but it can have a large impact when uploading a directory with many small files (like an image pyramid for example).
Since this does not affect functionality at all, I think this is an easy win!
I'll submit a PR soon, LMK if I missed anything
The text was updated successfully, but these errors were encountered:
Hey there,
I noticed that when uploading files, even if
force_overwrite_to_cloud
is set, local + cloud mtime of the file are still calculated, even though they are effectively ignored.Usually this is a minor performance overhead, but it can have a large impact when uploading a directory with many small files (like an image pyramid for example).
Since this does not affect functionality at all, I think this is an easy win!
I'll submit a PR soon, LMK if I missed anything
The text was updated successfully, but these errors were encountered: