Im importing 18000~ torrents into deluge. 2000 in, I essentially cannot use without waiting a minute per command for deluge to being responding. Is this just a winblows problem, or would thin client mode fix this?
Additionally, thousands of those 18000 are duplicates. If I compile deluge from source, would it be an easy fix to prevent deluge from opening the "Duplicate torrent added" dialogue window, or would it cause all sorts of other problems?
Mass number of torrents making deluge unusable
Re: Mass number of torrents making deluge unusable
Which source? Did you read http://dev.deluge-torrent.org/wiki/GitR ... geBranches
Re: Mass number of torrents making deluge unusable
I guess I would download it from Git and go through the various installation steps after slightly modifying the line of code that probably says something like "if torrentBeingAdded == torrentInDeluge, printInDialogue" X Message""Cas wrote:Which source? Did you read http://dev.deluge-torrent.org/wiki/GitR ... geBranches
But my main question really is can deluge handle 15-18000 torrents being seeded at once on windows? If it can in linux releases, Id gladly just do all this on my ubuntu partition. If not, Ill give transmission a try.
Re: Mass number of torrents making deluge unusable
I reiterate my question; which source code? There are three branches!
Re: Mass number of torrents making deluge unusable
1.3-stableCas wrote:I reiterate my question; which source code? There are three branches!
Re: Mass number of torrents making deluge unusable
There is no reason to use 1.3-stable branch as it is essentially the same code as 1.3.6 release and no it cannot handle that many torrents but the develop code has many performance improvements and should cope better.