We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f3fb9 commit ac29296Copy full SHA for ac29296
README.md
@@ -113,7 +113,7 @@ $values = [
113
] ,
114
];
115
116
-$maxValues = 500; // insert 500 (default), 100 minimum rows in one query
+$batchSize = 500; // insert 500 (default), 100 minimum rows in one query
117
118
-Batch::insert($table, $columns, $values, $maxValues);
+Batch::insert($table, $columns, $values, $batchSize);
119
```
0 commit comments