diff --git a/pkg/util/paramtable/autoindex_param.go b/pkg/util/paramtable/autoindex_param.go index c36a7569ba813..dc3a256c06cba 100644 --- a/pkg/util/paramtable/autoindex_param.go +++ b/pkg/util/paramtable/autoindex_param.go @@ -70,7 +70,7 @@ func (p *autoIndexConfig) init(base *BaseTable) { p.EnableResultLimitCheck = ParamItem{ Key: "autoIndex.resultLimitCheck", - Version: "2.5.0", + Version: "2.4.18", DefaultValue: "true", PanicIfEmpty: true, }