diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-10-10 12:50:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-10-10 12:50:55 +0200 |
commit | 881b5b560d055bfb762f17cffb82b22961f36ad2 (patch) | |
tree | fd7ec6517862545b5889c29cccfb39a1194b5cb3 /libbuild2/operation.cxx | |
parent | 41c1f41245db26acb1bb8c624bae47140bcc56aa (diff) |
Tune match progress for more accurate update during match figure
Diffstat (limited to 'libbuild2/operation.cxx')
-rw-r--r-- | libbuild2/operation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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)"; |