pub const DEFAULT_HTTP_TIMEOUT: Duration;Expand description
Default per-request HTTP timeout for Snowflake REST calls.
Generous so the query-request long-poll (the server holds it open until
results are ready or its synchronous window elapses, then returns an “in
progress” code) is not cut short; long-running queries are bounded by
query_timeout instead.