Desallocate the server's thread pool immediately on plugin deactivation

Issue #9 resolved
Pierre-Etienne Poirot created an issue

If the plugin was stopped and restarted multiple times in a row, the thread pool allocated to the server (to serve incoming requests over the Git protocol: git://...) would not be immediately shutdown.

Change this behaviour to shutdown the thread pool immediately instead.

This only affects users that stopped and restarted the plugin multiple times without restarting Stash.

Comments (2)

  1. Log in to comment