Commit some lines that were intended to be part of earlier commit

This commit is contained in:
A.J. Beamon 2020-05-02 06:47:25 -07:00
parent 6ce4ddf1db
commit 6caa714e8f
1 changed files with 2 additions and 4 deletions

View File

@ -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);