adamdebreceni commented on code in PR #1499: URL: https://github.com/apache/nifi-minifi-cpp/pull/1499#discussion_r1307343642
########## 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: added explicit check for "0" while we sort out if we want to allow parsing "0" as time in all places (in probably a separate PR) -- 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]
