From dfca606a219c6ee5dfdd3701a218537ff21cd900 Mon Sep 17 00:00:00 2001 From: tankchintan Date: Mon, 18 Jul 2011 17:32:54 +0000 Subject: [PATCH] 1. Fix for NIHVIVO-2966 re: setting temporal vis to be enabled by default. --- example.deploy.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/example.deploy.properties b/example.deploy.properties index ef144bb2..f8357301 100644 --- a/example.deploy.properties +++ b/example.deploy.properties @@ -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