fixed bug in batch_size when worker has specified job_limit. Code accidentally
stored truncated batch_size (when job_limit < batch_size). Fixed with a 'smart' worker->batch_size method which returns the lesser of either the analysis->stats->batch_size or worker->job_limit
Please register or sign in to comment