Skip to content

Commit

Permalink
Merge pull request #88 from dinal/disable_watch
Browse files Browse the repository at this point in the history
disable config watch
  • Loading branch information
dinal authored Dec 27, 2020
2 parents 377917c + 3f247bf commit ea6448c
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 ea6448c

Please sign in to comment.