sa.map.LIMIT_GRAPH_DEGREE
ServiceNow property description:
Maximal degree of node on business service map for large map mode. Maps with smaller degrees will be displayed in regular mode. Maps with larger degrees will apply more edges merging for more compact view. Default: 1000. Increasing the default value may reduce performance in maps for large services.
Attributes
- Sys ID: 50b3587687111200b5bea18dd0e3ec35
- Type: integer
- Application: Global
- Default value: 1000

AI generated property description:
The ServiceNow property `sa.map.LIMIT_GRAPH_DEGREE` is used to control the complexity of the dependency views in the ServiceNow platform. Specifically, it sets a limit on the number of relationships (or "degree") that can be displayed for a single node within a dependency map. This helps in managing the performance and readability of the maps by preventing them from becoming overly complex and difficult to interpret. Adjusting this property can be useful in environments with extensive and intricate service dependencies, ensuring that the maps remain useful and performant. For more detailed information, refer to the ServiceNow documentation on configuration management and dependency views.
Source