-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
application_name #497
application_name #497
Conversation
Must have accidentally hit the close button ... |
Hm ... I'm not sure why the tests fail with
I'm not really convinced that this failure has something to do with my changes ... 😉 |
user: self.user, | ||
database: self.database | ||
}); | ||
con.startup(self.getStartupConf()); |
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.
cool - i dig pulling this out into it's own method
Awesome pull request! 💃 👍 I'll test & merge ASAP. |
Also - the reason the test was failing I think is it's somewhat time sensitive & travis-ci is often kinda slow...I'll try to adjust the timeout of the test to be a bit higher in travis. |
Just added documentation for these to the wiki. Never knew these options were available, but it makes monitoring connections much easier. |
thanks for adding the documentation! I totally agree with you btw - makes figuring out who's connected much easier. |
@ismyrnow Very useful ! Thx a lot. |
Support for
application_name
andfallback_application_name