FailOnScriptTimeout
Connector Framework Server allows time for scripts to complete before processing a page. The maximum amount of time to wait is specified by the parameter MaxWaitForScripts. If a page reaches this timeout and scripts have still not finished, the scripts are terminated. This parameter specifies what to do next:
- When
FailOnScriptTimeout=FALSE
(the default value), CFS processes the page as if the scripts had finished. - When
FailOnScriptTimeout=TRUE
, page processing returns an error. The document is still indexed, but an error appears in the logs stating "WKOOP Html Processing failed...". This alerts you that the document metadata might not contain all of the expected hyperlinks and the content might not be complete (because scripts can add additional links and content to the page).
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | Any section that you have defined for WkoopHtmlExtraction settings |
Example: | FailOnScriptTimeout=TRUE
|
See Also: |