Wording
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:
parent
ddac49268e
commit
83932ed2bd
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue