mirror of https://github.com/zlatinb/muwire
stop host persister on shutdown
parent
32609b4779
commit
e6d59a2438
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue