mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[kbn/optimizer/node] tweak cache dir to invalidate exiting caches
This commit is contained in:
parent
0db0d95142
commit
fcb83dad86
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ export function registerNodeAutoTranspilation() {
|
|||
installed = true;
|
||||
|
||||
const cache = new Cache({
|
||||
dir: Path.resolve(REPO_ROOT, 'data/node_auto_transpilation_cache', UPSTREAM_BRANCH),
|
||||
dir: Path.resolve(REPO_ROOT, 'data/node_auto_transpilation_cache_v2', UPSTREAM_BRANCH),
|
||||
prefix: determineCachePrefix(),
|
||||
log: process.env.DEBUG_NODE_TRANSPILER_CACHE
|
||||
? Fs.createWriteStream(Path.resolve(REPO_ROOT, 'node_auto_transpilation_cache.log'), {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue