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

Add Tip Attempt Timing to Config and Modify Delay Configuration #668

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vctt94
Copy link
Contributor

@vctt94 vctt94 commented Dec 20, 2024

  • Changed tip attempt timestamps to use local time.
    • This is necessary because time.Now() returns the time in local time.
  • Updated the expiration delay to use a constant delay value instead of an exponential delay.
    • This change is needed because the next action time increases too quickly. See the log example:
      2024-12-20 13:48:58.760 [DBG] CLNT: Restarting 2 tip attempts. Delay to next action: 48m52.919274312s
      
  • Added related configurations to brclient.conf.

@vctt94 vctt94 force-pushed the run-tipattempt-broken branch from d7a4f51 to 09041f2 Compare December 20, 2024 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant