mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
rm todo
This commit is contained in:
parent
ef462fc79f
commit
a9ea461d47
1 changed files with 0 additions and 2 deletions
|
|
@ -43,8 +43,6 @@ protected override async Task Handle(Command request, CancellationToken cancella
|
|||
await downloader.Completion;
|
||||
}
|
||||
|
||||
//https://keestalkstech.com/2017/10/linq-round-robin-ordering-based-segments/
|
||||
//TODO: space out overweighted hosts throughout rather than having them all at the end of the queue
|
||||
private static IEnumerable<ListInfo> ShardByHost(IEnumerable<ListInfo> listInfo)
|
||||
{
|
||||
return listInfo.GroupBy(l => l.ViewUrl.Host)
|
||||
|
|
|
|||
Loading…
Reference in a new issue