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 }