glide.cmdb.query.query_time_limit_in_sec
ServiceNow property description:
Time limit (in seconds) for running an entire query to get all results.
Attributes
- Sys ID: 395bfe3f73322300567b27b751ab9e39
- Type: integer
- Application: Global
- Default value: 1800

AI generated property description:
The ServiceNow property `glide.cmdb.query.query_time_limit_in_sec` sets a time limit, in seconds, for running an entire query to retrieve all results from the CMDB. This property is of type Integer and has a default value of 1800 seconds (30 minutes). It ensures that long-running queries do not consume excessive system resources by enforcing a maximum execution time. If a query exceeds this time limit, it will be terminated. This property is useful for maintaining system performance and preventing potential timeouts or resource bottlenecks.
Source