summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTom Pollard <tom.pollard@codethink.co.uk>2019-12-04 13:49:47 +0000
committerTom Pollard <tom.pollard@codethink.co.uk>2020-01-15 11:02:09 +0000
commit16cbb7cb91a5b59e9c9907b64b2e02d7027ea5c0 (patch)
tree60284269b2c94937e2b0e03366aac8bb0814ec03 /NEWS
parent5a7c4c4f6e205e0eb702f18af77907e7239639da (diff)
downloadbuildstream-16cbb7cb91a5b59e9c9907b64b2e02d7027ea5c0.tar.gz
userconfig.yaml: Add bool for disabling console output throttlingtpollard/messagerate
Also highlight the change & configuration in NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 602b14b51..293085cfe 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,16 @@ API
Plugins authors that do this and believe BuildStream should be testing that
part of their plugins should open an issue on BuildStream.
+Miscellaneous
+-------------
+
+ o By default the update rate of builstream console output
+ (e.g. messages & status updates) when executing a scheduler driven task is
+ restricted to once per second, known as the tick, with messages being batched
+ in the intervening periods if necessary. This restriction can be lifted with
+ `throttle-ui-updates: False` in user configuration. Logging behaviour remains
+ unaffected by this configuration.
+
==================
buildstream 1.91.3