mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
* When stopping, close the database This patch is likely to cause errornous behavior in the application. This is due to the fact that the application doesn't gracefully shut down, but is forcefully terminated. However, the purpose is to uncover what needs to be done, to make it a more graceful shutdown.