Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
2.2.10, 3.0.12, 3.11.0, 4.0-alpha1, 4.0
-
None
-
Normal
Description
With the current code maybeSleep is called even if we managed to take maxItems out of the backlog. In this case we should really avoid sleeping because it means that backlog is building up.
I'll send a patch shortly.