feat: 优化批量匹配和分页默认值 (#244)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user