Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vladolaru committed Dec 20, 2024
1 parent 891990c commit 15055b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/connect-account-page/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ const ConnectAccountPage: React.FC = () => {
...extraQueryArgs,
} );
} else {
// Schedule another check after 2.5 seconds.
// 2.5 seconds plus 0.5 seconds for the fetch request is 3 seconds.
// With a maximum of 10 checks, we will wait for 30 seconds before ending the process normally.
setTimeout( () => checkAccountStatus( extraQueryArgs ), 2500 );
}
} );
Expand Down

0 comments on commit 15055b1

Please sign in to comment.