Default parameters for server-side rendering in SAP Spartacus

The second parameter passed to the NgExpressEngineDecorator.getmethod is the option value of the SSR optimization engine:

For example, I pass in a value timeoutof 5000:

spartacus-setup-ssr.jsAs you can see in , the default parameters of this options areconcurrency:20, timeout:3000


Guess you like

Origin blog.csdn.net/i042416/article/details/124416201