Giter VIP home page Giter VIP logo

Comments (4)

N4S4 avatar N4S4 commented on June 7, 2024

Downloading in chunk was to make the download easy to resume, 8192 at that time was an optimal value to download even big files, how slow is it for you? I can maybe make a function to bypass the chunk_size to be set to none or a preferred one. Are you able to test if none works better in your case?
I'm out for work for a while I won't be able to do any testing for a little while.
Could you let me know if you do it?

from synology-api.

danieleTrimarchi avatar danieleTrimarchi commented on June 7, 2024

Hi Renato,
thanks for your kind reply, I made a couple of tests [download a single .zip file of about 500Mb] and this is the outcome :

std (8192) 		:	642 (10.7')
					680 (11.3')	   
None 			:	488 (8.1')
					569 (9.5')
10xstd (81920)	:	642 (10.7')
synology web interface  :       (13')

More testing would be needed, but If these data are convincing enough to you, I think we can conclude that using 'None' provides a non negligible (though non extra-ordinary) improvement.

A note : I was very surprised by the outcome with the std web interface download (via Chrome), that appears to be the slowest...

What would you think?

from synology-api.

N4S4 avatar N4S4 commented on June 7, 2024

Well thank you for spending time on it,

yes from the results there is an improvement, I will try to modify the function adding the option to choose chunk_size, and if not selected default will be 8192, or if you preferer you can PR to the master repo.

very interesting to observe that synology web interface is the slowest, this is a very interesting test which i didn't notice.

I will process your request
thank you once again

from synology-api.

N4S4 avatar N4S4 commented on June 7, 2024

So the possibility to choose chunk_size has been added, in the function must be specified as following get_file(path=None, mode=None, chunkSize="your preferred one") if not specified 8192 will be set as default.

I will close this request, if you would e able to test it will me much appreciated!

BTW thanks for the support

from synology-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.