thenatog commented on PR #6558: URL: https://github.com/apache/nifi/pull/6558#issuecomment-1287312504
I tested this out with a unit test in StatelessFlowFileQueue and found that the limit was still 24 days, which seems to be a result of the setFlowFileExpiration() method still casting to int. I also tested the function at runtime still works correctly for small times like 10 seconds. I did not verify that the expiration now works for > 24 days. -- 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]
