Skip to content

Commit

Permalink
Merge pull request #89 from v3io/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
dinal authored Dec 27, 2020
2 parents 055332d + ea6448c commit b0b040c
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 b0b040c

Please sign in to comment.