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

[points=3] support conn.timeout #24

Open
yinrong opened this issue Jul 18, 2017 · 0 comments
Open

[points=3] support conn.timeout #24

yinrong opened this issue Jul 18, 2017 · 0 comments

Comments

@yinrong
Copy link
Owner

yinrong commented Jul 18, 2017

conn_timeout = conn.timeout(30 * 1000) // 30 seconds
conn_timeout.insert(...) // will timeout in 30 seconds
conn.insert(...) // will not timeout or inherit default config
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

1 participant