Closed iconara closed 8 years ago
With really long running queries the TCP connection might otherwise time out. See http://stackoverflow.com/questions/26290382/long-running-redshift-transaction-from-ruby
TCP_KEEPIDLE is not available on OS X, but on Linux, so it is set conditionally.
This should solve #5.
With really long running queries the TCP connection might otherwise time out. See http://stackoverflow.com/questions/26290382/long-running-redshift-transaction-from-ruby
TCP_KEEPIDLE is not available on OS X, but on Linux, so it is set conditionally.
This should solve #5.