Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: improve wallet connection response time #6286

Merged

Conversation

SWvheerden
Copy link
Collaborator

Description

Improve the time a wallet will detect that the base node its connecting to is up and running

Motivation and Context

The time between tries here was 3 secs previously, but an unrelated change to the reuse of time variables bumped this up to 90 secs. This means that even thou the wallet is technically connected to the base node, the wallet service will wait for up to 90 secs before confirm this is the case. This bumps it down to 5 secs.

How Has This Been Tested?

Manual

@SWvheerden SWvheerden requested a review from a team as a code owner April 18, 2024 06:15
@SWvheerden SWvheerden changed the title Improve wallet connection response time fix: improve wallet connection response time Apr 18, 2024
@ghpbot-tari-project ghpbot-tari-project added P-acks_required Process - Requires more ACKs or utACKs P-reviews_required Process - Requires a review from a lead maintainer to be merged labels Apr 18, 2024
Copy link

github-actions bot commented Apr 18, 2024

Test Results (CI)

    3 files    120 suites   35m 11s ⏱️
1 277 tests 1 277 ✅ 0 💤 0 ❌
3 823 runs  3 823 ✅ 0 💤 0 ❌

Results for commit 95140ed.

♻️ This comment has been updated with latest results.

Copy link

Test Results (Integration tests)

 2 files  + 2  11 suites  +11   53m 30s ⏱️ + 53m 30s
33 tests +33  31 ✅ +31  0 💤 ±0  2 ❌ +2 
36 runs  +36  33 ✅ +33  0 💤 ±0  3 ❌ +3 

For more details on these failures, see this check.

Results for commit 95140ed. ± Comparison against base commit 60bd218.

Copy link
Contributor

@hansieodendaal hansieodendaal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@ghpbot-tari-project ghpbot-tari-project removed the P-reviews_required Process - Requires a review from a lead maintainer to be merged label Apr 18, 2024
@SWvheerden SWvheerden merged commit 8f1eac6 into tari-project:development Apr 18, 2024
14 of 17 checks passed
@SWvheerden SWvheerden deleted the sw_improveconnection_reponse branch April 18, 2024 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P-acks_required Process - Requires more ACKs or utACKs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants