Skip to content

Commit

Permalink
Bump rates polling interval to 90000ms (#3888)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx authored Mar 11, 2021
1 parent c3a2a99 commit ebc28b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/Store/store/rates.slice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function* fetchRates() {
export function* pollRates() {
const payload: IPollingPayload = {
params: {
interval: 9000,
interval: 90000,
retryOnFailure: true,
retries: 3,
retryAfter: 3000
Expand Down

0 comments on commit ebc28b0

Please sign in to comment.