torwig commented on code in PR #2276:
URL: https://github.com/apache/kvrocks/pull/2276#discussion_r1582069739
##########
src/server/server.h:
##########
@@ -56,7 +56,8 @@
constexpr const char *REDIS_VERSION = "4.0.0";
struct DBScanInfo {
- time_t last_scan_time = 0;
+ // Last scan system clock in seconds
Review Comment:
I think with the new variable name we don't need this comment.
--
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]