Feat: automatically save partials.json every 60s #28
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, partials.json is written on queue modifications and tool exit. It would be nice to add some kind of step, so that every 60s checksums are calculated and partials.json is saved to the disk, in order to prevent larger losses after e.g. system crashes. This, however, needs further research