martinzink commented on a change in pull request #1225:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1225#discussion_r769576021
##########
File path: extensions/libarchive/BinFiles.h
##########
@@ -154,7 +154,7 @@ class BinManager {
void setMinEntries(uint32_t entries) {
minEntries_ = {entries};
}
- void setBinAge(uint64_t age) {
+ void setBinAge(std::chrono::milliseconds age) {
binAge_ = {age};
Review comment:
changed it in
https://github.com/martinzink/nifi-minifi-cpp/commit/78f8658fde802c73a5965dd734a544acbc37dca3#diff-495a1240beddf26f5b8b605419131e85beb584bc830c457c7db3cdb9cbcc92c1R158
--
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]