Reduce chuck size to 25

This commit is contained in:
Sam Carlton 2020-11-21 18:47:34 -06:00
parent b8d4efc994
commit 27e88e302f

View file

@ -247,7 +247,7 @@ export default {
...this.results
]
const size = 50
const size = 25
const chunks = []
while (results.length > 0)