diff --git a/user-manual/administer/settings.rst b/user-manual/administer/settings.rst index 0aecf4d2..b30d94a5 100644 --- a/user-manual/administer/settings.rst +++ b/user-manual/administer/settings.rst @@ -906,7 +906,7 @@ Because of this, attempts to export or harvest EAD 2002 XML for large descriptive hierarchies can fail, as the browser times out before the document can be fully generated and served to the end user. -To avoid this, AtoM includes this setting, which allows users to pre-generate +To avoid this, AtoM includes this setting (located at |path_xml_arch_desc|), which allows users to pre-generate XML exports via AtoM's job scheduler, and then cache them in the ``downloads`` directory. This way, when users attempt to download large XML files, they can be served directly, instead of having to generate before the browser timeout @@ -3170,3 +3170,5 @@ public users. for more information. :ref:`Back to top ` + +.. |path_xml_arch_desc| replace:: `Admin -> Settings -> Global Settings (scroll down to the bottom)` diff --git a/user-manual/import-export/export-xml.rst b/user-manual/import-export/export-xml.rst index 64552de1..c9226518 100644 --- a/user-manual/import-export/export-xml.rst +++ b/user-manual/import-export/export-xml.rst @@ -66,7 +66,7 @@ full EAD 2002 XML file can be generated. .. TIP:: - An :term:`administrator` does have the option of turning on a setting that + An :term:`administrator` does have the option of turning on a setting (located at |path_xml_arch_desc|) that will generate the XML for archival descriptions in advance on save, so that large files can be served up without needing to be generated on the fly. There is also a command-line task that will allow a system administrator to @@ -535,3 +535,5 @@ rather than just adding a parent description. * :ref:`tools-expire` (command-line task) :ref:`Back to top ` + +.. |path_xml_arch_desc| replace:: `Admin -> Settings -> Global Settings (scroll down to the bottom)`