torwig commented on PR #1518:
URL: https://github.com/apache/kvrocks/pull/1518#issuecomment-1605519822

   @Yangsx-1 According to this:
   
   ```
   struct timeval {
      time_t      tv_sec;   // Number of whole seconds of elapsed time
      long int    tv_usec;  // Number of microseconds of rest of elapsed time 
minus tv_sec. Always less than one million
   };
   ```
   
   The number of microseconds is always less than one million so `int` is OK. 
Or what is your concern?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to