Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
check storage before sending out network requests #11401
Comments
|
You don't know how many storage is needed in general beforehand until the whole extraction is finished. |
Hi,
have a look at this:
you see what, it is requesting all information which are needed to download through the world wide network until it has to find out that it cant store them locally. I think it would be a good idea to check if there is sufficient storage before doing anything else.
thanks