Closed shamanez closed 7 years ago
In this This line.
These things mainly control how to extract a batch from the que. So assigning them incorrectly can cause errors. So can you please explain ?
min_after_dequeue is the minimum number elements in the queue after a dequeue, which is used to ensure a level of mixing of elements. Is it because you set min_after_dequeue to be a value that is too large?
In this This line.
These things mainly control how to extract a batch from the que. So assigning them incorrectly can cause errors. So can you please explain ?