mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 11:12:07 +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) {
|
||||
await HydraApi.post(
|
||||
|
|
Loading…
Reference in a new issue