ncover21 commented on PR #9858: URL: https://github.com/apache/nifi/pull/9858#issuecomment-2787182329
@pvillard31 some advice might be helpful here. I've set the max retry count to 50, given that the sdk hardcodes its sleep between requests to 100 milliseconds. https://github.com/box/box-java-sdk/blob/6ee705e863e6bd93864c4b036f8aac9c13edce8e/src/main/java/com/box/sdk/BoxFile.java#L607 Making it 5 seconds total. Do you think this is an ok number? -- 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]
