mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Reduce chuck size to 25
This commit is contained in:
parent
b8d4efc994
commit
27e88e302f
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ export default {
|
||||||
...this.results
|
...this.results
|
||||||
]
|
]
|
||||||
|
|
||||||
const size = 50
|
const size = 25
|
||||||
const chunks = []
|
const chunks = []
|
||||||
|
|
||||||
while (results.length > 0)
|
while (results.length > 0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue