From 881b5b560d055bfb762f17cffb82b22961f36ad2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 Oct 2024 12:50:55 +0200 Subject: Tune match progress for more accurate update during match figure --- libbuild2/operation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbuild2/operation.cxx b/libbuild2/operation.cxx index 38e5bb4..93db206 100644 --- a/libbuild2/operation.cxx +++ b/libbuild2/operation.cxx @@ -289,7 +289,7 @@ namespace build2 // executed during match number will be. // md.incr = stderr_term // Scale depending on output type. - ? (ctx.sched->serial () ? 1 : 5) + ? (ctx.sched->serial () ? 1 : 2) : 100; md.what1 = " targets to " + diag_do (ctx, a); md.what2 = ' ' + diag_did (ctx, a) + " during match)"; -- cgit v1.1