From 23b45eaa9e795918a5721716c0c514d893249cdf Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 13 Jan 2021 05:20:08 +1000 Subject: Increase number of mirrors allowed in the graph. Needs a better fix. --- apt-panopticon-report-email-web.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua index b21ba8a..b0196e6 100755 --- a/apt-panopticon-report-email-web.lua +++ b/apt-panopticon-report-email-web.lua @@ -512,6 +512,12 @@ local colours = '00880080', '00088080', '00008880', + '80000080', + '08000080', + '00800080', + '00080080', + '00008080', + '00000880', } local g = {} local count = 0 -- cgit v1.1