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

Optimize application shutdown #4410

Merged
merged 2 commits into from
Aug 28, 2020

Commits on Aug 13, 2020

  1. Optimize application shutdown

    There have been several long delays as well a wrong order of the
    shutdown process (wallet got shutdown after network shutdown.
    
    Shutdown is now pretty fast, but depends on open offers and connections.
    chimp1984 committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    8e8354b View commit details
    Browse the repository at this point in the history
  2. Bow to Codacy robot

    I do not agree that not allowing Throwable in a catch makes the code
    better. Unknown exceptions can be easier found if there is an error log
    at the code where it occurred.
    I would prefer if there is some flexibility like it is the case with the
    IDEA code analysis, where one can edit and customize the suggestions.
    Ignore annotations would help.
    chimp1984 committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    8e3b4d9 View commit details
    Browse the repository at this point in the history