-
-
Notifications
You must be signed in to change notification settings - Fork 322
Closed
Description
055f5dd created the issue
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!