Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong config example in README: timeout #29

Open
Xuhao opened this issue Sep 13, 2016 · 1 comment
Open

Wrong config example in README: timeout #29

Xuhao opened this issue Sep 13, 2016 · 1 comment

Comments

@Xuhao
Copy link

Xuhao commented Sep 13, 2016

There is timeout config in config example, but it looks it won't be used, flow this line:

RS_VALID_CONN_PARAMS = [:host, :hostaddr, :port, :dbname, :user, :password, :connect_timeout,

timeout is not a valid config so.

I think it should be connect_timeout or variables:statement_timeout:

development:
  adapter: redshift
  host: your_cluster_name.hashhash.ap-northeast-1.redshift.amazonaws.com
  port: 5439
  database: dev
  username: your_user
  password: your_password
  encoding: utf8
  pool: 3
  connect_timeout: 5000
  variables:
    statement_timeout: 5000
@sgeef
Copy link

sgeef commented Apr 4, 2018

Has this ever been confirmed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants