adamdebreceni commented on code in PR #1499: URL: https://github.com/apache/nifi-minifi-cpp/pull/1499#discussion_r1307035500
########## conf/minifi.properties: ########## @@ -38,6 +38,9 @@ nifi.content.repository.class.name=DatabaseContentRepository # nifi.flowfile.repository.rocksdb.compaction.period=2 min # nifi.database.content.repository.rocksdb.compaction.period=2 min +# setting this value to 0 enables synchronous deletion Review Comment: based on the time parsing logic, it is not allowed, should we explicitly check for "0" or rather some other value? (e.g. "sync") -- 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]
