mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
Use XMLPage passthrough mode to speed up and consume less memory for big XML exports.
SVN:trunk[944]
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user