diff --git a/docs/deploy-viya.md b/docs/deploy-viya.md index b3293da..da854d5 100644 --- a/docs/deploy-viya.md +++ b/docs/deploy-viya.md @@ -119,7 +119,7 @@ The following attributes may be updated in the index.html file. For streaming d - `servertype` - should be SASVIYA - `debug` - can stay as `false` for performance, but could be switched to `true` for debugging startup issues - `useComputeApi` - Setting `true` will give the best performance due to the use of [hot sessions](https://github.com/sasjs/adapter#using-the-compute-api) created client-side by the SASjs adapter. This is great for demo purposes, or when running a single user DC instance, however for typical enterprise use we recommend `false` or `null` so that the compute context usage can be restricted as described [above](/deploy-viya/#create-shared-compute-context) -- `runAsTask` - setting `true` will trigger jobs as Viya Compute Tasks. Be sure to increase the default expiry to 30 seconds (it is 5 by default) and set `useComputeApi` to `null`. +- `runAsTask` - setting `true` will trigger jobs as Viya Compute Tasks. Be sure to increase the default expiry to 30 seconds (it is 5 by default) and set `useComputeApi` to `null`. For scaling options, see [SAS docs](https://documentation.sas.com/doc/en/sasadmincdc/v_074/calsrvpgm/p059rp0q82tvpzn1hk9x26486do5.htm#p1ktrn1coq0rx1n1ux8bjqh8jx4h). ### First Launch