mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: update batch size
This commit is contained in:
parent
a22be44086
commit
3247fcda60
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export const uploadGamesBatch = async () => {
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
const gamesChunks = chunk(games, 200);
|
const gamesChunks = chunk(games, 50);
|
||||||
|
|
||||||
for (const chunk of gamesChunks) {
|
for (const chunk of gamesChunks) {
|
||||||
await HydraApi.post(
|
await HydraApi.post(
|
||||||
|
|
Loading…
Add table
Reference in a new issue