dimas-b commented on code in PR #1431: URL: https://github.com/apache/polaris/pull/1431#discussion_r2057062936
########## quarkus/defaults/src/main/resources/application.properties: ########## @@ -86,6 +86,9 @@ quarkus.otel.sdk.disabled=true quarkus.test.integration-test-profile=it +quarkus.fault-tolerance.global.timeout.unit=seconds +quarkus.fault-tolerance.global.timeout.value=60 Review Comment: IMHO, 60 sec default timeout is too low. I believe we should set the default to _allow_ most calls. Administrators concerned with overload, will have to lower this config based on their specific requirements. -- 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]
