mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-10987 Turn on ExperimentalLimitClientConfig by default and remove setting (#9696)
This commit is contained in:
committed by
George Goldberg
parent
7393d23261
commit
159c2a44dc
@@ -274,7 +274,6 @@ type ServiceSettings struct {
|
||||
ImageProxyOptions *string
|
||||
EnableAPITeamDeletion *bool
|
||||
ExperimentalEnableHardenedMode *bool
|
||||
ExperimentalLimitClientConfig *bool
|
||||
EnableEmailInvitations *bool
|
||||
}
|
||||
|
||||
@@ -566,10 +565,6 @@ func (s *ServiceSettings) SetDefaults() {
|
||||
if s.ExperimentalEnableHardenedMode == nil {
|
||||
s.ExperimentalEnableHardenedMode = NewBool(false)
|
||||
}
|
||||
|
||||
if s.ExperimentalLimitClientConfig == nil {
|
||||
s.ExperimentalLimitClientConfig = NewBool(false)
|
||||
}
|
||||
}
|
||||
|
||||
type ClusterSettings struct {
|
||||
|
||||
Reference in New Issue
Block a user