-
Notifications
You must be signed in to change notification settings - Fork 2
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
#8: connection timeout #10
#8: connection timeout #10
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just setting a different arbitrary number as timeout may help your specific issue, but it is not an acceptable solution for all other users of this package.
This should be configurable to make it work for everyone, and the default value should match the original default in order to prevent any surprises.
- add timeout parameter for DatabaseAdapter and database pool classes - add timeout parameter to Add and Edit Forms - make sure timeout is None or int
You are right, of course. Timeout is now configurable. The default is None, matching the original default (not setting anything). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please take a look at the failing flake8 tests and fix those.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
set 3s connection timeout