Open
Description
Hi Knative team,
I'm not sure if this is a misunderstanding from the team regarding the configuration.
Initially, I assumed our default setting was in milliseconds.
Here’s the relevant config in the repo
However, after reviewing the Vert.x WebClientOptions documentation, it appears the unit is in seconds, which means the current default value in our project is 10000s ~ 2.78 hours.
If this setting is expected, and the large timeout is intentional, feel free to disregard. But if not, this might be something we should fix by updating the configuration to a more appropriate value.
Also, just out of curiosity—if this was intentional, could you share the reasoning behind setting such a large timeout?