stop host persister on shutdown

This commit is contained in:
Zlatin Balevsky
2019-12-24 05:53:02 +00:00
parent 32609b4779
commit e6d59a2438

View File

@@ -390,6 +390,8 @@ public class Core {
}
log.info("saving settings")
saveMuSettings()
log.info("shutting down host cache")
hostCache.stop()
log.info("shutting down trust subscriber")
trustSubscriber.stop()
log.info("shutting down trust service")