feat: 优化批量匹配和分页默认值 (#244)

This commit is contained in:
chengma
2026-08-15 15:56:16 +08:00
parent f315b02d3d
commit ad5bd834d3
17 changed files with 340 additions and 82 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ type fakeInnerCodeWriter struct {
}
func TestApplyInnerCodes_远程批量上限不随页面容量放宽(t *testing.T) {
ids := make([]int64, InnerCodeRemoteBatchLimit+1)
ids := make([]int64, InnerCodeApplyBatchLimit+1)
for i := range ids {
ids[i] = int64(i + 1)
}