Skip to content

Commit

Permalink
SNOW-1161547: Set max retries for get query metadata (#1732)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dprzybysz committed Apr 25, 2024
1 parent a8a3006 commit 76a0d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/snowflake/client/core/SFSession.java
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ private JsonNode getQueryMetadata(String queryID) throws SQLException {
loginTimeout,
authTimeout,
(int) httpClientSocketTimeout.toMillis(),
0,
maxHttpRetries,
getHttpClientKey());
jsonNode = OBJECT_MAPPER.readTree(response);
} catch (Exception e) {
Expand Down

0 comments on commit 76a0d3f

Please sign in to comment.