mirror of https://gitee.com/bigwinds/arangodb
Typo: whish -> wish
This commit is contained in:
parent
475a14b7f4
commit
24544aa938
|
@ -110,7 +110,7 @@ In certain types of ArangoDB instances you can now completely disable the V8
|
|||
JavaScript engine. Be aware that this is an **highly experimental** feature and
|
||||
it is to be expected that certain functionality (e.g. some API endpoints, the
|
||||
WebUI, some AQL functions etc) will be missing or severely broken. Nevertheless
|
||||
you may whish to reduce the footprint of ArangoDB by disabling V8.
|
||||
you may wish to reduce the footprint of ArangoDB by disabling V8.
|
||||
|
||||
This option is expected to **only** work reliably on a _single server_, _DBServer_,
|
||||
or _agency_. Do not try to use this feature on a _coordinator_ or in the _ActiveFailover_ setup.
|
||||
|
@ -125,4 +125,4 @@ Copy contents of 'javascript.startup-directory' on first start of the server. Th
|
|||
is intended to be useful for _rolling upgrades_. Setting this to _true_ means that you can
|
||||
upgrade the underlying ArangoDB packages, without influencing the running _arangod_ instance.
|
||||
Setting this value does only make sense if you use ArangoDB outside of a container solution,
|
||||
like Docker, Kubernetes, etc.
|
||||
like Docker, Kubernetes, etc.
|
||||
|
|
Loading…
Reference in New Issue