Modifying Adjust to a larger number will slow the time it takes to reach the fastest spawn speed.
And in case you are wondering, max(TimeMax - (Score / Adjust), TimeMin) ensures that the minimum time delay is used if TimeMax-(Score/Adjust) becomes less than 1.