Yangsx-1 commented on PR #1518: URL: https://github.com/apache/kvrocks/pull/1518#issuecomment-1605520537
> @Yangsx-1 You can try casting `timeout_microsecond` to `int` by using static_cast(timeout_microsecond) because according to the warning, the second argument should be `int` not `int64`. The range of int is a little small, there may be a chance to overflow for microsecond, but it seems like we can only use int. -- 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]
