Less gettimeofday() calls in activeExpireCycle().
mstime() is not going to change significantly every 16 iterations, so now we update `now` with the current milliseconds time only when we check if the time limit was reached.
Please register or sign in to comment