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)