Comment 2 for bug 1642103

Revision history for this message
Kevin Benton (kevinbenton) wrote :

This doesn't actually have anything to do with the eventlet monkey patch of time.sleep IIUC. It's in the calculation of the $interval that we pass into it.

At least that's what I've gathered from the fix applied in that patch, they are fixing their calculations of time deltas by not using clock references. I don't see where they are replacing a call to time.sleep itself.