git-hulk commented on code in PR #1342:
URL:
https://github.com/apache/incubator-kvrocks/pull/1342#discussion_r1144279452
##########
src/storage/compact_filter.cc:
##########
@@ -92,7 +92,7 @@ bool SubKeyFilter::IsMetadataExpired(const InternalKey &ikey,
const Metadata &me
//
// `Util::GetTimeStamp() - 300` means extending 5 minutes for expired items,
Review Comment:
```suggestion
// `Util::GetTimeStampMS() - 300000` means extending 5 minutes for expired
items,
```
--
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]