From ce6eeb46d62ea49fcf2d174a2fa472320c25a3fe Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 29 Jun 2019 10:08:14 -0500 Subject: [PATCH] add TODO --- src/FilterLists.Agent/ListArchiver/DownloadLists.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/FilterLists.Agent/ListArchiver/DownloadLists.cs b/src/FilterLists.Agent/ListArchiver/DownloadLists.cs index b822759ff..de474b336 100644 --- a/src/FilterLists.Agent/ListArchiver/DownloadLists.cs +++ b/src/FilterLists.Agent/ListArchiver/DownloadLists.cs @@ -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 ShardByHost(IEnumerable listInfo) { return listInfo.GroupBy(l => l.ViewUrl.Host)