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
First, thanks for the App, great job!
I am using Duck CLI to upload a bunch of files (~25k) to an Azure Storage.
There's a lot more files there (250k), I tried using synchronize and now I am using the upload function, but both are very slow because of the checksum (md5). Is there a way to disable that? Like, just verify if file exists or file datetime instead of doing this checksum?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
First, thanks for the App, great job!
I am using Duck CLI to upload a bunch of files (~25k) to an Azure Storage.
There's a lot more files there (250k), I tried using synchronize and now I am using the upload function, but both are very slow because of the checksum (md5). Is there a way to disable that? Like, just verify if file exists or file datetime instead of doing this checksum?
Thanks in advance!
The text was updated successfully, but these errors were encountered: