Skip to content

Commit

Permalink
Increase polling cycles for on-ramp quotes to 6 (#4892)
Browse files Browse the repository at this point in the history
Co-authored-by: Gustavo Antunes <17601467+gantunesr@users.noreply.github.com>
  • Loading branch information
wachunei and gantunesr authored Aug 23, 2022
1 parent 741c066 commit c148257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/UI/FiatOnRampAggregator/sdk/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const callbackBaseUrl = isDevelopment
const appConfig = {
POLLING_INTERVAL: 20000,
POLLING_INTERVAL_HIGHLIGHT: 10000,
POLLING_CYCLES: 3,
POLLING_CYCLES: 6,
};

const SDKContext = createContext<IFiatOnRampSDK | undefined>(undefined);
Expand Down

0 comments on commit c148257

Please sign in to comment.