Uses Little's Law to calculate the target queue size to achieve
a target waiting time as a function of observed demand, target wait and a
variability factor used in the target mean waiting time calculation.
Target Queue Size = Demand * Target Wait / 4.
The average wait should sit somewhere between
target_wait/factor=6 < Average Waiting Time < target_wait/factor=4
The factor defaults to 4.
Only applicable when Capacity > Demand.