mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add TODO
This commit is contained in:
parent
56f7c081ae
commit
ce6eeb46d6
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ protected override async Task Handle(Command request, CancellationToken cancella
|
|||
}
|
||||
|
||||
//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