Fix a couple of issues related with morph feature branch (#19302)
* uncomment s3 uploads * remove unnecessary check from config validation * remove translation
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
6595b31f23
Коммит
240bfb2244
@@ -3296,10 +3296,6 @@ func (s *SqlSettings) isValid() *AppError {
|
||||
return NewAppError("Config.IsValid", "model.config.is_valid.sql_migrations_statement_timout.app_error", nil, "", http.StatusBadRequest)
|
||||
}
|
||||
|
||||
if len(s.ReplicaLagSettings) > len(s.DataSourceReplicas) {
|
||||
return NewAppError("Config.IsValid", "model.config.is_valid.replica_mismatch.app_error", nil, "", http.StatusBadRequest)
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user