gresockj commented on PR #9782: URL: https://github.com/apache/nifi/pull/9782#issuecomment-2705157799
I see your point. This sounds like two different approaches: either keep the property and essentially ignore it and use `Integer.MAX_VALUE`, or remove the property and include this in `migrateProperties()`. I'm thinking the latter is the approach we should take for now. Note that `SFTPTransfer#getListing` is used by more than just ListSFTP, so making it a fixed value of `Integer.MAX_VALUE` would change more than just this processor's behavior. -- 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]
