databricks-sdk-go
databricks-sdk-go copied to clipboard
Set default HTTPTimeout to 60s to match documented one
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.