File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 233233 " \n " ,
234234 " \n " ,
235235 " if (EVENT === 'birth') {\n " ,
236- " const pageSize = 10000 \n " ,
236+ " const pageSize = 1000 \n " ,
237237 " const batchSize = 100\n " ,
238238 " let itemsRemaining = 0\n " ,
239239 " let page = 1\n " ,
248248 " console.error(JSON.stringify(birthRegistrations, null, 2))\n " ,
249249 " throw new Error('No data from searchEvents')\n " ,
250250 " }\n " ,
251- " \n " ,
251+ " \n " ,
252252 " const birthIds = birthRegistrations.data.searchEvents.results.map(\n " ,
253253 " (x) => x.id\n " ,
254254 " )\n " ,
339339 " \n " ,
340340 " \n " ,
341341 " if (EVENT === 'death') {\n " ,
342- " const pageSize = 10000 \n " ,
342+ " const pageSize = 1000 \n " ,
343343 " const batchSize = 100\n " ,
344344 " let itemsRemaining = 0\n " ,
345345 " let page = 1\n " ,
You can’t perform that action at this time.
0 commit comments