diff options
author | da490c <dave.adams@amdocs.com> | 2018-07-31 17:24:57 -0400 |
---|---|---|
committer | da490c <dave.adams@amdocs.com> | 2018-07-31 17:25:23 -0400 |
commit | bb8c907d2c99c8009d7702337288fc949f29e7db (patch) | |
tree | 3dc822832bf383ffcff3bad794f8a4de3ddbad3b /sparkybe-onap-application/config/spring-beans/sparky-view-inspect-with-resources.xml | |
parent | adb1e19bc2103f0a444e6dd82795a7b79225a802 (diff) |
expose max traversal depth in sparky app props
Issue-ID: AAI-1436
Change-Id: I7daf76f86059f01b7a44295f884d92215aa12815
Signed-off-by: da490c <dave.adams@amdocs.com>
Diffstat (limited to 'sparkybe-onap-application/config/spring-beans/sparky-view-inspect-with-resources.xml')
-rw-r--r-- | sparkybe-onap-application/config/spring-beans/sparky-view-inspect-with-resources.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sparkybe-onap-application/config/spring-beans/sparky-view-inspect-with-resources.xml b/sparkybe-onap-application/config/spring-beans/sparky-view-inspect-with-resources.xml index 97fa807..7c34697 100644 --- a/sparkybe-onap-application/config/spring-beans/sparky-view-inspect-with-resources.xml +++ b/sparkybe-onap-application/config/spring-beans/sparky-view-inspect-with-resources.xml @@ -6,7 +6,7 @@ <bean id="visualizationConfigurations" class="org.onap.aai.sparky.viewandinspect.config.VisualizationConfigs"> - <property name="maxSelfLinkTraversalDepth" value="2" /> + <property name="maxSelfLinkTraversalDepth" value="${resources.maxSelfLinkTraversalDepth:2}" /> <property name="visualizationDebugEnabled" value="false" /> <property name="aaiEntityNodeDescriptors" value="/descriptors/aaiEntityNodeDescriptors.json" /> <property name="generalNodeClassName" value="generalNodeClass" /> |