We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/llakssz/FunKiiU/blob/master/FunKiiU.py#L106 says: def download_file(url, outfname, retry_count=3, ignore_404=False, expected_size=None, chunk_size=0x4096):
def download_file(url, outfname, retry_count=3, ignore_404=False, expected_size=None, chunk_size=0x4096):
0x4096 (16534 decimal) seems a strange chunk size. Should it be 0x4000 (16384 decimal)?
The text was updated successfully, but these errors were encountered:
I didn't write that, but it makes sense for a chunk/bugger to be a size of ^2, which is only correct in the decimal value.
Thanks
Sorry, something went wrong.
No branches or pull requests
https://github.com/llakssz/FunKiiU/blob/master/FunKiiU.py#L106 says:
def download_file(url, outfname, retry_count=3, ignore_404=False, expected_size=None, chunk_size=0x4096):
0x4096 (16534 decimal) seems a strange chunk size. Should it be 0x4000 (16384 decimal)?
The text was updated successfully, but these errors were encountered: