-
Notifications
You must be signed in to change notification settings - Fork 451
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
scaling collected_torrents #3960
Comments
We recently fixed an issue where torrents were not collected at all, which explains why the size of this file is growing. IIRC, we had some code to remove old torrents from the leveldb store but I'm not sure what happened to that. Also, there used to be a configuration option to limit the total number of torrents in the store (this was 50.000 by default I think). Storing only torrents for subscribed channels is a good idea. Another solution could be to only store popular torrents since they are more likely to be downloaded by the user. Maybe we could combine this with the popularity overlay that @xoriole made? |
Maybe 2 options;
and a "clear cache" button |
reduced the size from 1.2 GB to 7MB. |
.Tribler/collected_* should be moved to $Downloads with credit_mining. |
Related to #1150 |
Fixed by #4090 |
That is not going to scale well, I recommend only storing torrents for subscribed channels.
Or share the Max Disk space setting from token mining.
The text was updated successfully, but these errors were encountered: