As reported by "Pirx" on the Matrix channel, deft build tries to access the network. Pretty sure this is when it loads dylan-package.json and it tries to load the catalog, which automatically checks for a newer catalog after N=10? minutes.
At the very least that should handle a network error and fall back to the cached catalog, if any. Probably N should be increased to at least an hour, given the rate of catalog changes we have. Could also have a setting for that.
As reported by "Pirx" on the Matrix channel,
deft buildtries to access the network. Pretty sure this is when it loadsdylan-package.jsonand it tries to load the catalog, which automatically checks for a newer catalog after N=10? minutes.At the very least that should handle a network error and fall back to the cached catalog, if any. Probably N should be increased to at least an hour, given the rate of catalog changes we have. Could also have a setting for that.