aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-04-15 12:43:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-04-15 12:43:32 +0200
commit56e38cffbd730e66261d9da29c8da91d39ebb167 (patch)
treefeee6994f577b5e11bc306658577dc0a9a8bd502
parentf734a7f482d43e5d09c5ece5abdee40ba376c617 (diff)
Tweak match progress display parameters
-rw-r--r--libbuild2/operation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/operation.cxx b/libbuild2/operation.cxx
index 3341574..9fbf870 100644
--- a/libbuild2/operation.cxx
+++ b/libbuild2/operation.cxx
@@ -266,7 +266,7 @@ namespace build2
// the up-to-date check on some projects (e.g., Boost). So we jump
// through a few hoops to make sure we don't overindulge.
//
- md.incr = stderr_term ? 10 : 100; // Scale depending on output type.
+ md.incr = stderr_term ? 5 : 100; // Scale depending on output type.
md.what = " targets to " + diag_do (ctx, a);
mg = ctx.sched.monitor (