databricks-sdk-go icon indicating copy to clipboard operation
databricks-sdk-go copied to clipboard

Set default HTTPTimeout to 60s to match documented one

Open denik opened this issue 2 months ago • 1 comments
trafficstars

As far as I can see the intention is to have 60s (README.md says 60s).

The code used to set both 30s and 60s but 30s is set first so it takes priority as the default.

denik avatar Sep 17 '25 09:09 denik