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

why does this sync action seem to not be resume-able? #3220

Closed
ofirgeller opened this issue Aug 29, 2024 · 6 comments
Closed

why does this sync action seem to not be resume-able? #3220

ofirgeller opened this issue Aug 29, 2024 · 6 comments

Comments

@ofirgeller
Copy link

it take a long time and if I want to use my computer memory for something else it will stat from 0 next time I start the app.

image

@michalrus
Copy link
Member

Hey @ofirgeller,

That percentage is not syncing, it's replaying what's already on your disk. Once you let it finish (especially after a cardano-node/Daedalus update), it should be more/less instantaneous the next time you run it.

The sync percentage (writing from the network to your disk) will pick up where you left it, though.

@ofirgeller
Copy link
Author

Whatever the action is (syncing/ replying) it takes hours and if you stop it in the middle you have to start from zero, I understand that next time it will be fast, I am still asking why can't this stage be resume-able.

Cant you write the result to disk once in a while and pick up from there next time?

@michalrus
Copy link
Member

@ofirgeller, it's not that simple unfortunately, but for a detailed explanation, please ask IntersectMBO/cardano-node. :)

@ofirgeller
Copy link
Author

@michalrus I did not mean to suggest that it is "simple" or "easy", hope I did not offend. I was asking if it is possible and saying it think it has value.

can we maybe put it on some feature board along with the value it might have?

@michalrus
Copy link
Member

Possibly, but Daedalus doesn't implement (and thus control) this behavior, we just use the Cardano node.

That's why I suggested moving this discussion to the IntersectMBO/cardano-node issue tracker. :)

@ofirgeller
Copy link
Author

ofirgeller commented Aug 29, 2024

behavior is controlled by underlining project (cardano-node)

moved to:
IntersectMBO/cardano-node#5963

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

No branches or pull requests

2 participants