[MM-35470] Disable config watching logic (#17913)

* Disable config watching logic

* Fix tests
Этот коммит содержится в:
Claudio Costa
2021-07-26 20:13:30 +02:00
коммит произвёл GitHub
родитель b01f8ab0c8
Коммит 186475db3b
21 изменённых файлов: 82 добавлений и 313 удалений

Просмотреть файл

@@ -234,7 +234,7 @@ func NewServer(options ...Option) (*Server, error) {
}
if s.configStore == nil {
innerStore, err := config.NewFileStore("config.json", true)
innerStore, err := config.NewFileStore("config.json")
if err != nil {
return nil, errors.Wrap(err, "failed to load config")
}