2026-05-25-13-42-13 调整自动匹配迭代轮次上限
This commit is contained in:
@@ -1097,7 +1097,7 @@ function normalizeAutoMatchWeights(input: unknown): AutoMatchWeights {
|
||||
|
||||
function normalizeAutoMatchIterations(value: unknown) {
|
||||
return typeof value === 'number' && Number.isFinite(value)
|
||||
? clampNumber(Math.round(value), 2, 12)
|
||||
? clampNumber(Math.round(value), 2, 50)
|
||||
: 6;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user