mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Disable pointer-compression by default on serverless (#186097)
## Summary Disables pointer compression by default. Supposed to fix incident 490. Was introduced in https://github.com/elastic/kibana/pull/184675
This commit is contained in:
parent
4da9ae2f1d
commit
cf768dcb71
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ NODE="${DIR}/node/default/bin/node"
|
|||
{{#linux}}
|
||||
NODE="${DIR}/node/glibc-217/bin/node"
|
||||
{{#serverless}}
|
||||
if [ "$KBN_DISABLE_POINTER_COMPRESSION" != 'true' ]; then
|
||||
if [ "$KBN_ENABLE_POINTER_COMPRESSION" = 'true' ]; then
|
||||
NODE="${DIR}/node/pointer-compression/bin/node"
|
||||
fi
|
||||
{{/serverless}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue