1. Fix for NIHVIVO-2966 re: setting temporal vis to be enabled by default.
This commit is contained in:
parent
d391a82591
commit
dfca606a21
1 changed files with 4 additions and 4 deletions
|
@ -131,13 +131,13 @@ selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId
|
|||
|
||||
#
|
||||
# The temporal graph visualization can require extensive machine resources.
|
||||
# This can have a particularly noticable impact on memory usage if
|
||||
# This can have a particularly noticeable impact on memory usage if
|
||||
# - The organization tree is deep,
|
||||
# - The number of grants and publications is large.
|
||||
# VIVO release 1.2 guards against this impact by disabling the temporal graph
|
||||
# visualization unless the "visualization.temporal" flag is set to "enabled".
|
||||
# VIVO 1.3 release mitigates this problem by the way of a caching mechanism &
|
||||
# hence we can safely set this to be enabled by default.
|
||||
#
|
||||
# visualization.temporal = enabled
|
||||
visualization.temporal = enabled
|
||||
|
||||
#
|
||||
# The temporal graph visualization is used to compare different organizations/people
|
||||
|
|
Loading…
Add table
Reference in a new issue