glide.analytics.consent.script_timeout
ServiceNow property description:
Maximum time in milliseconds that a script is allowed to run during the User Experience Analytics consent policy mechanism upon triggering the provider's custom script. Minimum value is 100ms. Maximum value is 5000ms.
Attributes
- Sys ID: 8c0c9085775221105679bcc8ca5a99ce
- Type: integer
- Application: Global
- Default value: 2000
AI generated property description:
The ServiceNow property `glide.analytics.consent.script_timeout` defines the maximum duration, in milliseconds, that a script can execute during the User Experience Analytics consent policy mechanism when the provider's custom script is triggered. According to the documentation, this property ensures that scripts do not run indefinitely, potentially impacting system performance. The minimum allowable value for this timeout is 100 milliseconds, while the maximum is 5000 milliseconds. This setting is crucial for maintaining the balance between executing necessary analytics scripts and preserving the overall responsiveness of the system. Adjusting this property allows administrators to fine-tune the performance and reliability of user experience analytics processes.
Source