It's not the thread sleeping.. it's optimization of code -.-
Sleeping more is just what we call a "quick fix" - a very bad coding practice that lots of people do.
Having a quick look at the code in this section, I can see that the code can be dramatically optimized to increase efficiency, and rewriting whole functions for some things will make it so much better, especially in the long run.