Use XMLPage passthrough mode to speed up and consume less memory for big XML exports.

SVN:trunk[944]
This commit is contained in:
Denis Flaven
2010-11-12 16:49:47 +00:00
parent 259b266a19
commit 99907a92ea

View File

@@ -79,7 +79,7 @@ if (!empty($sExpression))
break;
case 'xml':
$oP = new XMLPage("iTop - Export");
$oP = new XMLPage("iTop - Export", true /* passthrough */);
cmdbAbstractObject::DisplaySetAsXML($oP, $oSet);
break;