From 4bae99e227c97ef0659b286717994a8bbddebc3b Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Mon, 16 Mar 2020 15:59:09 -0400 Subject: another source of duplicated statuses fixed when changing config options, the database would be closed, then reopened, then the data would be pulled into memory. this caused duplicate status entries to form in the registry. --- svc/periodic.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/svc/periodic.go b/svc/periodic.go index 0a07371..c8b918b 100644 --- a/svc/periodic.go +++ b/svc/periodic.go @@ -96,12 +96,8 @@ func reInit(e fsnotify.Event) { } killTickers() - killDB() - bindConfig() - initLogging() - initDatabase() initPersistence() } -- cgit 1.4.1-2-gfad0