Skip to content

Commit 7889663

Browse files
authored
Update getGcData.ts
1 parent 2ab8d4d commit 7889663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/getGcData.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export async function getOrFetchGcDataWithRetry(
212212
} else {
213213
console.error(e);
214214
}
215-
await new Promise((resolve) => setTimeout(resolve, 1000));
215+
await new Promise((resolve) => setTimeout(resolve, 500));
216216
tryCount += 1;
217217
console.log('retrying %s, attempt %s', matchId, tryCount);
218218
}

0 commit comments

Comments
 (0)