Factor (time) by which the task generation is slowed per task which is over {@code maxTasksInQueue} (in milliseconds). When the task queue exceeds{@code maxTasksInQueue}, the next task generation will be delayed by n milliseconds where n is the multiplication of this factor into tasks above limit.
For example, if reductionFactor is 50, {@code maxTasksInQueue} is 100, and if current number of tasks in queue are 105, the next task generation will be slowed by (105-100) * 50 milliseconds.
@return reduction factor in milliseconds
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.