From 39dabb08e7683dae4edce7b1312499d7c3ec9cce Mon Sep 17 00:00:00 2001 From: "insanity@loafle.com" Date: Thu, 11 May 2017 19:27:04 +0900 Subject: [PATCH] collector --- collector.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector.go b/collector.go index e41b229..9501985 100644 --- a/collector.go +++ b/collector.go @@ -18,7 +18,7 @@ var ( ) func init() { - handleConfigLoaded() + go handleConfigLoaded() } func GetInstance() *Collector {