RangerMauve / dat-store

A CLI tool for backing up hyperdrive datasets
GNU Affero General Public License v3.0
59 stars 14 forks source link

Resolve with current manifest if PDA times out #36

Closed DougAnderson444 closed 4 years ago

DougAnderson444 commented 5 years ago

I think this should work to timeout the manifest read? Is 500 ms too long for something in memory? Maybe it should be shorter? I don't have any read on how long it takes to read, so just erroring on the safe side.

Seems to work ok, but dat-store list still isn't outputing the list, I'll continue to troubleshoot it

RangerMauve commented 5 years ago

:o Is it working?

DougAnderson444 commented 4 years ago

Ok, I made the changes, hopefully this does the trick. Had to learn more about GitHub to add to my pull request...

does this argsv magically change manifest-timeout into manifestTimeout? I couldn't see where in the code that happens, so I just followed the existing pattern

DougAnderson444 commented 4 years ago

Updated the Readme too

RangerMauve commented 4 years ago

Published in 4.1.0. 😁