Set Parameter: Script.json
Notes¶
When changing parameters, please refer to "Confirmation When Changing Parameters".
Setting Values¶
The setting values of this parameter file are as follows.
| Parameter name | e.g. | Description |
|---|---|---|
| ServerScript | true | Set this parameter to true will enable "Server Script". |
| BackgroundServerScript | false | Set this parameter to true will enable "Background Server Script". |
| DisableServerScriptHttpClient | false | Set this parameter to true will disable "httpClient" in "Server Script". |
| ServerScriptTimeOut | 2000 | Specify the processing timeout time for "Server Script" in milliseconds. Setting 0 will make it unlimited. |
| ServerScriptTimeOutChangeable | false | Set this parameter to true will allow setting the timeout time for each registered server script. |
| ServerScriptTimeOutMin | 0 | Set the minimum timeout time. |
| ServerScriptTimeOutMax | 86400000 | Set the maximum timeout time. |
| ServerScriptIncludeDepthLimit | 10 | Specify the maximum depth at which "Include" in "Server Script" is called recursively. |
Troubleshooting¶
- If an "Application Error" occurs on a "Site" where a "Server Script" is installed and "Script execution interrupted by host" is recorded in the "SysLogs Table", the problem may be resolved by increasing the "ServerScriptTimeOut" setting.