Change install-packages
include-branch-in-cache-key
default to false
#197
Labels
install-packages
include-branch-in-cache-key
default to false
#197
Describe Request:
Today, the cache key for
install-packages
includes the branch name in the cache key by default:node-orb/src/commands/install-packages.yml
Lines 48 to 52 in ab05d0e
This causes far more cache misses than necessary, IMO, especially because the lockfile hash is already included in the key.
I propose we change the default from
true
tofalse
in the next major release. This will significantly improve user experience by reducing runtimes.The text was updated successfully, but these errors were encountered: