This is more precise: internal flow control (the "flow"
state) is transient and throttling is a more suitable
and widely used term for describing what it effectively does.
This commit is contained in:
Michael Klishin 2017-06-17 05:05:31 +03:00
parent ddac49268e
commit 83932ed2bd
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ function fmt_object_state(obj) {
}
else if (obj.state == 'flow') {
colour = 'yellow';
explanation = 'Publishing rate recently restricted by server.';
explanation = 'Publishing rate recently throttled by server.';
}
else if (obj.state == 'down') {
colour = 'red';