Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
fix(core): Revert to a countdown executor fill strategy (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
robzienert authored Aug 29, 2018
1 parent 90e6e13 commit e9a749e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class QueueProcessor(
ifEnabled {
if (executor.hasCapacity()) {
if (fillExecutorEachCycle) {
while (executor.hasCapacity()) {
executor.availableCapacity().downTo(1).forEach {
pollOnce()
}
} else {
Expand Down

0 comments on commit e9a749e

Please sign in to comment.