You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
2.0 KiB
34 lines
2.0 KiB
1 year ago
|
title: 解决qBittorrent启动时卡死的问题
|
||
|
author: lenfrex
|
||
|
cover: https://oss-img.ciduid.top/blog/covers/cover(3).jpg
|
||
|
tags:
|
||
|
- 折腾
|
||
|
- 网络
|
||
|
categories:
|
||
|
- 折腾
|
||
|
- 日常
|
||
|
date: 2022-03-21 20:33:00
|
||
|
---
|
||
|
自从qBittorrent更新4.4.0版本后,我的qBittorrent启动速度就变得很慢,表现主要为,启动时显示“恢复校验数据”,界面时常卡住无响应(添加种子、查看种子信息等等),cpu占用了20%左右,这根本忍不了好吧。
|
||
|
|
||
|
以为是自己的机器问题,但是没道理呀,不是我r5 5600x拉吧...
|
||
|
|
||
|
后来又以为是tracker太多的问题,但是我把tracker列表都删掉之后也是一样的问题,没什么用,种子也是只有几个,不叫多吧,况且以前都是秒开的速度,如果是这样的话以前就应该会有这个问题了。
|
||
|
|
||
|
刚刚上github去找找qBittorrent项目里边的issue看看,搜搜"slow",果然,从2月多就有人报告了这个问题,我在[这个issue](https://github.com/qbittorrent/qBittorrent/issues/16395)里边发现这个回复:
|
||
|
|
||
|
[Slow UI since 4.4.0 · Issue #16395 · qbittorrent/qBittorrent · GitHub](https://github.com/qbittorrent/qBittorrent/issues/16395#issuecomment-1031860720)
|
||
|
|
||
|
![](https://oss-img.ciduid.top/aether/Snipaste_2022-03-21_21-26-03.png)
|
||
|
|
||
|
这位老哥把网卡改成了他的wifi网卡,而不是默认的"任意连接",启动速度就恢复了正常
|
||
|
|
||
|
我按着他的做法,去qBittorrent上面的高级设置里边的“网络接口”修改一下。
|
||
|
|
||
|
可以看到,在我这里有几个虚拟机的虚拟网卡还有其他的东西,把默认的“任意网络接口”选项改成了我这里的"WUST-TELECOM"拨号连接,为什么是拨号连接...这得问学校...一般如果能直接联网的话就选择“以太网”,看你上网联网的是哪个连接去选择。
|
||
|
|
||
|
![](https://oss-img.ciduid.top/aether/Snipaste_2022-03-21_21-34-58.png)
|
||
|
|
||
|
经过这番操作之后终于好了,直接恢复原来的秒开速度,界面也不会经常卡住了。
|
||
|
|
||
|
看issue貌似挺多人也有这个问题呀
|