From: Roland Häder Date: Wed, 30 Jan 2013 23:06:33 +0000 (+0000) Subject: Also set this to '.xml' to speed-up things a little X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7765881739bf00bcc47ce4b64f853b636f200675;p=hub.git Also set this to '.xml' to speed-up things a little --- diff --git a/application/hub/config.php b/application/hub/config.php index a49c07018..9e0d41805 100644 --- a/application/hub/config.php +++ b/application/hub/config.php @@ -318,6 +318,9 @@ $cfg->setConfigEntry('node_object_type_registry_class', 'ObjectTypeRegistry'); // CFG: CODE-TEMPLATE-TYPE $cfg->setConfigEntry('code_template_type', 'xml'); +// CFG: RAW-TEMPLATE-EXTENSION (to speed-up things) +$cfg->setConfigEntry('raw_template_extension', '.xml'); + // CFG: PACKAGE-STACKER-CLASS $cfg->setConfigEntry('network_package_stacker_class', 'FiFoStacker');