grunjol
grunjol
Last week, while testing Diego's changes in webseed handling (nice to see they are merged now!) I found two 'issues' 1) As you mention, the request size to the server...
Exactly, i was trying to understand why is requesting 10+ connections... tried to mitigate with a choke() but all the requests get removed from wire and then web seed gets...
@DiegoRBaquero : the fix you sent reduce the amount of requests if it is a slow webseed, but it still calculates the number of connections based on getPipelineLength using speed/piece...
@DiegoRBaquero Yes, i understand your PR, and its limiting the amount of connections in the case of a slow bandwith. I'm just saying that other server limits can be reached...
I just sent it You can test the behavior with your test environment. I think hard limiting the connections prevents the sever being hammered (think it in scale, the number...
Kodi has [samples for testing](http://kodi.wiki/view/Samples). The non-copyleft ones are under a fair use policy, so it will be good for your testing
Totalmente de acuerdo
With a decent CDN we can create a simple deb repository to provide a native update system for Debian/Ubuntu users.
You can check the offiical doc here https://wiki.debian.org/HowToSetupADebianRepository
All the alternatives in the page require a linux installation to run. A month ago I started a node project (not published) to create a simple deb repository, is not...