Replies: 1 comment
-
现在把 qbee 换成 qbittorrent-nox-static 发现性能好了很多 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
最近调查qbee缓慢的原因,发现一个问题,qbee 把 ban 掉的ip和客户端名字记录在案,文件位于
/home/qbtuser/.local/share/qBittorrent/peers.db
。调查发现该 sqlite 文件被持续打开,我这个 qbee 实例跑在pi上,TF卡不喜欢这样一直写。把该文件拿出来调查一番,发现其主要记录了ip和客户端名,然后似乎是无限制增长,现在已有百万数据。
不知道是如何使用这些数据的。个人认为这样持久化记录大量客户端ip意义不大,因为大家都是动态ip。
Beta Was this translation helpful? Give feedback.
All reactions