Skip to content

Commit

Permalink
test 1500ms
Browse files Browse the repository at this point in the history
  • Loading branch information
th0rgall committed Mar 13, 2024
1 parent ea7b343 commit 37b0e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/api/garden.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const getAllListedGardens = async () => {
);

// Wait 1000ms seconds before fetching the next chunk
await new Promise<void>((resolve) => setTimeout(() => resolve(), 1000));
await new Promise<void>((resolve) => setTimeout(() => resolve(), 1500));
} while (startAfterDoc != null && iteration < LOOP_LIMIT_ITEMS / CHUNK_SIZE);

isFetchingGardens.set(false);
Expand Down

0 comments on commit 37b0e84

Please sign in to comment.