enjoy-binbin commented on code in PR #1702:
URL: https://github.com/apache/kvrocks/pull/1702#discussion_r1306621594


##########
src/server/server.cc:
##########
@@ -990,6 +990,11 @@ int Server::GetCachedUnixTime() {
   return unix_time.load();
 }
 
+int Server::GetLastBgsaveTime() {

Review Comment:
   ```suggestion
   std::int64_t Server::GetLastBgsaveTime() {
   ```



-- 
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