ly0 / baidupcsapi

百度网盘api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

多线程上传时, 出现警告"WARNING:urllib3.connectionpool:Connection pool is full, discarding connection: pan.baidu.com"

bluer007 opened this issue · comments

commented

基于贵项目(baidupcsapi)封装的一个多线程上传脚本(https://github.com/bluer007/baidu_uploader).

线程数设较大时, 多线程上传久了, 会出现警告"WARNING:urllib3.connectionpool:Connection pool is full, discarding connection: pan.baidu.com".

查了下资料, 应该是
python之requests urllib3 连接池 - my8100 - 博客园
https://www.cnblogs.com/my8100/p/7342010.html

解决Python下urllib3报错requests.packages.urllib3.connectionpool : Connection pool is full
https://blog.csdn.net/guyue35/article/details/95333484

建议能开放接口, 允许设置request的连接池大小接口.