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
LanZouCloud-API/lanzou/api.py
Line 44 in 89f4d3e
requests 里面的 timeout 单位应该是秒, https://stackoverflow.com/a/54619932 这样的话 同时需要为上传文件单独定义一个 timeout 更大的 post函数,或者 timeout使用tuples,https://codeigo.com/python/requests-timeout
The text was updated successfully, but these errors were encountered:
的确是搞错单位了,https://cn.python-requests.org/zh_CN/latest/user/advanced.html#timeout 马上改👌
Sorry, something went wrong.
zaxtyson/LanZouCloud-CMD#9 (comment) 会员用户分卷可以设置为 260 MB,上传超时 3600s 应该够了,也就是平均网速达到 74kb/s 的样子,时间太长估计用户也会强行终止。
已经在 dev 分支中修复😁
dev
No branches or pull requests
LanZouCloud-API/lanzou/api.py
Line 44 in 89f4d3e
requests 里面的 timeout 单位应该是秒, https://stackoverflow.com/a/54619932
这样的话 同时需要为上传文件单独定义一个 timeout 更大的 post函数,或者 timeout使用tuples,https://codeigo.com/python/requests-timeout
The text was updated successfully, but these errors were encountered: