Get the total number of scripts that can be running concurrently. Default value for maxScriptsOnStack is 50.
Returns void.
Version | Description |
---|---|
5.0 | Added for enterprise edition. |
Before you start upping the value of the number of scripts that can be on the stack you should make sure that your scrape is not eating more then it should. One thing to consider is recursion instead of iterating. This is discussed in more details on our blog or in the Tips, Tricks, and Samples section of this site.