glide.cmdb.query.batch_time_limit_in_sec
ServiceNow property description:
Time limit (in seconds) for running one batch to get one batch of query results
Attributes
- Sys ID: 184b3e3f73322300567b27b751ab9eca
- Type: integer
- Application: Global
- Default value: 300

AI generated property description:
The ServiceNow property `glide.cmdb.query.batch_time_limit_in_sec` sets the maximum time limit, in seconds, for executing a single batch to retrieve query results in the CMDB (Configuration Management Database). This property is of type Integer and has a default value of 300 seconds. It ensures that each batch of query results is processed within the specified time frame, preventing long-running queries from consuming excessive resources. Adjusting this value can help optimize performance and resource utilization based on the specific needs of your environment. For more details, refer to the [ServiceNow documentation](https://docs.servicenow.com/bundle/washingtondc-servicenow-platform/page/product/configuration-management/reference/cmdb-querybldr-sysproprties.html).
Source