Commit some lines that were intended to be part of earlier commit
This commit is contained in:
parent
6ce4ddf1db
commit
6caa714e8f
|
@ -263,16 +263,14 @@ namespace ThrottleApi {
|
||||||
wait(updateThrottleCount(&tr, -manualUnthrottledTags));
|
wait(updateThrottleCount(&tr, -manualUnthrottledTags));
|
||||||
}
|
}
|
||||||
|
|
||||||
if(localUnthrottledTags > 0) {
|
if(unthrottledTags > 0) {
|
||||||
signalThrottleChange(tr);
|
signalThrottleChange(tr);
|
||||||
}
|
}
|
||||||
|
|
||||||
wait(tr.commit());
|
wait(tr.commit());
|
||||||
|
|
||||||
unthrottledTags += localUnthrottledTags;
|
|
||||||
|
|
||||||
if(!tags.more) {
|
if(!tags.more) {
|
||||||
return unthrottledTags;
|
return removed;
|
||||||
}
|
}
|
||||||
|
|
||||||
ASSERT(tags.size() > 0);
|
ASSERT(tags.size() > 0);
|
||||||
|
|
Loading…
Reference in New Issue