-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
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
Default cache size documentation problem #4502
Comments
The logic to set the cache size based on the amount of physical RAM is only triggered if I don't see a code path where As far as I can tell, |
I see, the qbt ticket is specifically about the auto case. I agree that the 1024 there should at least be the same as the regular default. |
@FranciscoPombal is there any action I should take on this ticket still? |
Please provide the following information
libtorrent version (or branch): RC_1_2
platform/architecture: N/A
compiler and compiler version: N/A
please describe what symptom you see, what you would expect to see instead and
how to reproduce it.
Related to qbittorrent/qBittorrent#12336.
The table in the documentation says (number of 16 KiB blocks):
but in the code:
m_max_use
is initialized like this to64
1024
(the documentation text also states this further down):In neither case does it default to
2048
.The text was updated successfully, but these errors were encountered: