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

Reduce stopping claim device lock time #74

Merged
merged 2 commits into from
Dec 23, 2024

Conversation

jjyr
Copy link
Collaborator

@jjyr jjyr commented Dec 23, 2024

  1. optimize stopping time
  2. bump version to 1.10.23

@jjyr jjyr merged commit 973de19 into develop Dec 23, 2024
9 checks passed
@jjyr jjyr deleted the reduce-stopping-claim-device-lock-time branch December 23, 2024 09:22
let sleep_ms = 300;
sleep(sleep_ms).await;
remained_sleep_ms -= sleep_ms;
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

We can print (DEVICE_LOCK_INTERVAL_SECS - remained_sleep_ms) * 1000ms as lightning node stopping time.

Copy link
Collaborator Author

@jjyr jjyr Dec 23, 2024

Choose a reason for hiding this comment

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

image

You can already see the stopping device lock time in the log

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.

3 participants