go-acd / acd

Amazon Cloud Storage API for Go.
MIT License
28 stars 10 forks source link

Doesn't pickup changes when a change is made via UI #7

Open dsoprea opened 7 years ago

dsoprea commented 7 years ago

I will have to delete the cache file in order to see the changes reflected.

kalbasit commented 7 years ago

That's because we cache the node tree, it's an expensive operation to do at every run. We should perhaps add a flag like --no-cache or --refresh-cache to force cache pull.

dsoprea commented 7 years ago

The project reads the changes that have occurred, but it's broken.

kalbasit commented 7 years ago

@dsoprea can you be more specific on what's broken?