iroh
iroh copied to clipboard
iroh-bytes should have an upper limit for number of downloads it accepts
If too many downloads are already in progress new requests should fail with a loadshed response.
This is reasonably easy to implement in the server - just a counter. But any idea what this limit should be? A server that serves a lot of slow clients might want to have a very high number.
should this be handled by integrating the downloader from iroh?
should this be handled by integrating the downloader from iroh?
Probably good idea.
Is this still an independent issue or can it be closed as iroh-sync now handles all sorts of sophisticated downloading ways?