-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Fixed freeze for few seconds on DNS timeout in MacOS #7482
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.
Thanks! Two suggestions from my side.
Suggestion: Improve log message to include
These will assist the user in isolating and resolving the root causes. |
@koobs we show |
Like the idea, an error message could be indeed improved. Regarding info, I would link to a help page under https://docs.jabref.org/ Please have a look at the checkstyle issues. You can import JabRef's code style into intellij and then use the formatter |
Thanks for your contribution. Issues by Tobias Diez have been resolved. Checks are green. Code looks good to me. Merging... |
#7441 Add user name caching, because on mac
InetAddress.getLocalHost().getHostName()
operation is slow. Problem described here