MM-10987 Turn on ExperimentalLimitClientConfig by default and remove setting (#9696)

Этот коммит содержится в:
Harrison Healey
2018-10-24 06:52:53 -04:00
коммит произвёл George Goldberg
родитель 7393d23261
Коммит 159c2a44dc
6 изменённых файлов: 4 добавлений и 54 удалений

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

@@ -253,7 +253,7 @@ func getClientConfig(c *Context, w http.ResponseWriter, r *http.Request) {
}
var config map[string]string
if *c.App.Config().ServiceSettings.ExperimentalLimitClientConfig && len(c.Session.UserId) == 0 {
if len(c.Session.UserId) == 0 {
config = c.App.LimitedClientConfigWithComputed()
} else {
config = c.App.ClientConfigWithComputed()