Currently the "sg-report-host-history" part of most flights is taking
an inordinate amount of time. Hours. These are serialised and this
is a big problem, seriously impeding throughput.
Reducing this limit by a factor of 10 will reduce the available
history when we are looking at host-specific problems. It is an
emergency fix.
I am working on an arrangement which will avoid having to rescan all
of history each time and which will instead reuse previous output.
CC: Jürgen Groß <jgross@suse.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
use Osstest::Executive qw(:DEFAULT :colours);
-our $limit= 2000;
+our $limit= 200;
our $flightlimit;
our $htmlout = ".";
our @blessings;