Constant added to/ subtracted from sleep_time if idle.
If time delta between two ticks is larger than
tick_delta_low_limit, sleep time will decrease.
If time delta between two ticks is smaller than
tick_delta_low_limit, sleep time will increase.
This is the evidence that there were very little work
to do in the previous tick.