From 3f247bfc86f5ecea388f687516082e94991059ec Mon Sep 17 00:00:00 2001 From: Dina Nimrodi Date: Sun, 27 Dec 2020 15:11:24 +0200 Subject: [PATCH] disable config watch --- storage/tsdb/v3io.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/tsdb/v3io.go b/storage/tsdb/v3io.go index bae9ed606fe..c506ea08cc0 100644 --- a/storage/tsdb/v3io.go +++ b/storage/tsdb/v3io.go @@ -93,11 +93,11 @@ func (s *ReadyStorage) Set(db *tsdb.DB, startTimeMargin int64) { s.v3ioConfig = v3ioConfig // watch configuration file for changes - s.watchConfigForChanges(configPath) + /*s.watchConfigForChanges(configPath) if err != nil { s.error = errors.Wrap(err, "failed to start config watch") return - } + }*/ s.error = nil }