mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add TODOs
This commit is contained in:
parent
83b4d77e7e
commit
711a4894b9
1 changed files with 4 additions and 1 deletions
|
|
@ -21,7 +21,10 @@ public Command(IEnumerable<ListInfo> listInfo)
|
|||
|
||||
public class Handler : AsyncRequestHandler<Command>
|
||||
{
|
||||
private const int MaxDegreeOfParallelism = 25;
|
||||
//TODO: sort lists and use domain sharding for concurrent downloads
|
||||
//TODO: manual/auto-tune degrees of parallelism
|
||||
private const int MaxDegreeOfParallelism = 5;
|
||||
|
||||
private readonly IMediator _mediator;
|
||||
|
||||
public Handler(IMediator mediator)
|
||||
|
|
|
|||
Loading…
Reference in a new issue