mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-12 04:23:13 +00:00
17 lines
939 B
INI
17 lines
939 B
INI
#---------------------------------------------------------------#
|
||
#-----------------RELATIONSHIP CONFIGURATIONS-------------------#
|
||
#---------------------------------------------------------------#
|
||
# Configuration properties used by the RelationshipService #
|
||
#---------------------------------------------------------------#
|
||
|
||
# The maximum number of items to be updated when adjusting a relationship.
|
||
# This includes the relationship’s left and right item.
|
||
# If the max is below 2, the relationship’s left and right item will still be processed. Defaults to 20
|
||
# relationship.update.relateditems.max = 20
|
||
|
||
# The maximum depth of relationships to traverse.
|
||
# A value of 5 means that a maximum of 5 levels (relationships) deep will be scanned for updates on both the left side
|
||
# and the right side. Indirectly related items requiring more than 5 items will be skipped. Defaults to 5
|
||
# relationship.update.relateditems.maxdepth = 5
|
||
|