Skip to content

Commit

Permalink
disable config watch
Browse files Browse the repository at this point in the history
  • Loading branch information
Dina Nimrodi committed Dec 27, 2020
1 parent 377917c commit 3f247bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage/tsdb/v3io.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 3f247bf

Please sign in to comment.