From a9ea461d477299f08c69c5f2b418f8877ec25043 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 30 Jun 2019 17:47:40 -0500 Subject: [PATCH] rm todo --- src/FilterLists.Agent/Features/Archiver/DownloadLists.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/FilterLists.Agent/Features/Archiver/DownloadLists.cs b/src/FilterLists.Agent/Features/Archiver/DownloadLists.cs index 7e9797af9..b06357d2b 100644 --- a/src/FilterLists.Agent/Features/Archiver/DownloadLists.cs +++ b/src/FilterLists.Agent/Features/Archiver/DownloadLists.cs @@ -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 ShardByHost(IEnumerable listInfo) { return listInfo.GroupBy(l => l.ViewUrl.Host)