snowflakedb / snowflake-ingest-java

Java SDK for the Snowflake Ingest Service -
http://www.snowflake.net
Apache License 2.0
67 stars 52 forks source link

SNOW-1512935 Reduce client socket timeout from 5 minutes to 1 minute #795

Closed sfc-gh-lsembera closed 1 month ago

sfc-gh-lsembera commented 1 month ago

This PR reduces the timeout of waiting for a packet from 5 minutes to 1 minute. 5 minutes is too high, if there is a problem with the connection, it is better to give up earlier and retry.