Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure increase in limit starts processes
  • Loading branch information
lizmat committed Oct 21, 2015
1 parent 5d83db3 commit 5e8e234
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/Supply.pm
Expand Up @@ -951,6 +951,8 @@ my role Supply {
if $type eq 'limit' {
$allowed = $allowed + $value - $limit;
$limit = $value;
start-process(@buffer.shift)
while $allowed > 0 && @buffer;
}
elsif $type eq 'bleed' && $bleed {
my int $todo = $value min +@buffer;
Expand Down

0 comments on commit 5e8e234

Please sign in to comment.