glide.identification_engine.skip_duplicates.threshold
ServiceNow property description:
The maximum number of CIs that can be in a set of duplicate CIs to allow identification to process the duplicate CIs according to the setting of glide.identification_engine.skip_duplicates. If the number of duplicate CIs exceeds the threshold, then identification processes the duplicate CIs as if glide.identification_engine.skip_duplicates is set to false.
Attributes
- Sys ID: 78e9fefb73322300567b27b751ab9e6d
- Type: integer
- Application: Global
- Default value: 5
AI generated property description:
The ServiceNow property `glide.identification_engine.skip_duplicates.threshold` determines the maximum number of Configuration Items (CIs) that can be considered as duplicates for the identification process to handle them according to the `glide.identification_engine.skip_duplicates` setting. If the number of duplicate CIs exceeds this threshold, the identification engine will process the duplicates as if `glide.identification_engine.skip_duplicates` is set to false, meaning it will not skip the duplicates. This property is of type Integer and has a default value of 5. Essentially, it helps manage how the system handles large sets of duplicate CIs by setting a limit on the number of duplicates that can be processed in a specific manner. This ensures that the identification process remains efficient and manageable.
Source