From 16cbb7cb91a5b59e9c9907b64b2e02d7027ea5c0 Mon Sep 17 00:00:00 2001 From: Tom Pollard Date: Wed, 4 Dec 2019 13:49:47 +0000 Subject: userconfig.yaml: Add bool for disabling console output throttling Also highlight the change & configuration in NEWS --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'NEWS') 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 -- cgit v1.2.1