diff --git a/doc/install.html b/doc/install.html index 53de5176..5c5fb2ed 100644 --- a/doc/install.html +++ b/doc/install.html @@ -578,8 +578,9 @@ The VIVO developers are working to make this visualization more efficient. - In the meantime, VIVO release 1.2 allows you to guard against this impact - by setting the "visualization.temporal" flag to "disabled". + In the meantime, VIVO release 1.2 guards against this impact by disabling + the temporal graph visualization unless the "visualization.temporal" flag + is set to "enabled". To enable it, uncomment the line for this setting. diff --git a/doc/upgrade-1.2.html b/doc/upgrade-1.2.html index 969aed17..3d6aa581 100644 --- a/doc/upgrade-1.2.html +++ b/doc/upgrade-1.2.html @@ -554,8 +554,9 @@ The VIVO developers are working to make this visualization more efficient. - In the meantime, VIVO release 1.2 allows you to guard against this impact - by setting the "visualization.temporal" flag to "disabled". + In the meantime, VIVO release 1.2 guards against this impact by disabling + the temporal graph visualization unless the "visualization.temporal" flag + is set to "enabled". To enable it, uncomment the line for this setting. diff --git a/example.deploy.properties b/example.deploy.properties index f4732b34..f2fa75ee 100644 --- a/example.deploy.properties +++ b/example.deploy.properties @@ -133,10 +133,10 @@ selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId # - VIVO is configured to use Jena SDB, # - The organization tree is deep, # - The number of grants and publications is large. -# VIVO release 1.2 allows you to guard against this impact by setting -# the "visualization.temporal" flag to "disabled". +# VIVO release 1.2 guards against this impact by disabling the temporal graph +# visualization unless the "visualization.temporal" flag is set to "enabled". # -visualization.temporal = enabled +# visualization.temporal = enabled # # The temporal graph visualization is used to compare different organizations/people