Skip to content

Commit

Permalink
Update requestActions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Apr 25, 2024
1 parent 5c07059 commit b3ea311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/requestActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function poll(dispatch, json, matchId) {
dispatch(requestOk());
window.location.href = `/matches/${matchId}`;
} else {
setTimeout(poll, 2000, dispatch, { job: _json }, matchId);
setTimeout(poll, 5000, dispatch, { job: _json }, matchId);
}
});
}
Expand Down

0 comments on commit b3ea311

Please sign in to comment.